grabthebasics.com
home faq wannahelp feedback contact

- 203.186.22.171
- solving by squarerooting quadratic equation
- application of quadratic equation
- fx 3650p cubic equation
- how to do a third root on a ti83 plus
- maths-quadratics
- simultaneous solver
- 203.186.208.247
- different methods of solving simultaneous equations
- simultaneos equation worksheet
- quadratic equation sample word problems
- equation maths question
- quadratic equation/ essay
- word problems including quadratic functions
- dhlg-2
- solving the quadratic equation
- real life examples of a quadratic equation
- rules of solving quadratic equation
- quadratic equation where a is positive
- how to graph quadratic equation on ti 89 video

How To Solve Simultaneous Equations


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