grabthebasics.com
home faq wannahelp feedback contact

- how to solve fourth order quadratic equations
- solving quadrativ equations by formula step by step
- quadratric
- online simultaneous equation solver
- equation question 1
- symultaneous equasions
- algebra howto find equation curve
- rules for solving simple equations
- real life quadratic equation applications
- easy guide to simultaneous equations
- how to do equations in excel
- matchedbetting.co.uk
- cross method quadratic worksheet
- free online quadratic solver by factorising
- "quadratic equation that is not a function"
- "quadratic formula story"
- word problem equation solver
- x squared - 4x 3e0
- x2 3x23d0
- quodratic formula

Solutions Of Maths(quadratic Equations) Of Class 10


Solving Quadratic Equations

<%dim a, b,c,xa, xba=request.form("a")b=request.form("b")c=request.form("c")if a="" or b="" or c="" thenresponse.write "

You must enter values into the equation solver before find the answers! Please click here to be directed to the form"elseif ( ( b*b)-(4*a*c))>=0 thenxa=((-b+ ( (b*b) - (4*a*c) )^(1/2) ))/(2*a)response.write "The first solution is: " & xaxb=((-b- ( (b*b) - (4*a*c) )^(1/2) ))/(2*a)response.write "
The second solution is: " & xbelseresponse.write("There are no real solutions to this equation. You will have to learn how to use i!")end ifend if%>

home FAQ How can I help feedback Contact