grabthebasics.com
home faq wannahelp feedback contact

- poem about quadratic equation
- how to solve word problems by simultaneous equations
- solving quad by sq root
- what is important about quadratic expressions
- dynamic simultaneous equation solver
- how would you determine whether to solve a quadratic equation by factoring, by using the quadratic formula, or by completing the square?
- spolve simultaneous equations online
- ti-86 and quadratic equation
- online simaltaneous equation solver
- solving a quadratic equation on ti-83
- 221.126.67.76
- solving simultaneous equations online enter
- free simultaneous equation solver
- writing quadratic equations when given the solutions
- equations solver programs calculator
- simultaneous equation solver enter equation
- how to solve vertex
- solver quadratic equation online
- quadratic equation curve mathematics
- download introduction to quadratic forms

Solving Quadratic Functions For X


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