grabthebasics.com
home faq wannahelp feedback contact

- hardest math questions
- solve a quadratic equation using the quadratic formula calculator
- how to solve quadratic equation on the ti-89
- solving quadratic equations box method
- "solve simultaneous equations" ti-89
- solving math equations step by step
- solving factorising equations 28a-b29 -28a-b29
- how do you use a graphing calculator in solving quadratic equations?
- easy way to solve an equation
- finding the vertex
- guadratic equation
- solve quadratic formula in excel
- poems of quadratic equations
- "teaching the quadratic formula"
- quadratic functions use in building satellites
- how to solve a quadratic equation. ... what are the pros and cons of each of these methods?
- how to solve quadratic on ti-83 plus using solver
- quadratic
- what is x squared - y squared
- simultaneous equation solver 6x6 online

Simultaneous Equation Online Solver


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