grabthebasics.com
home faq wannahelp feedback contact

- introduction of quadratic equations & genetic algorithms
- using quadratic function in real life application
- how to do quadratic functions
- quadratic equation calculator that shows work
- quadratic equations ti-89
- quadratic door problem
- two step equation puzzle worksheet
- solving for y tips equations
- solving quadratic equation matrix on ti83
- symultaneous equation solver
- how to solve linear equations on a ti 86 calculator
- quadratic functions mystery word
- solving algebriac demand curve word problems
- rules on how to solve quadratic equation
- eqations.com
- solve function on ti89
- how to solve equation with graphic calculator
- real life application of quadratic equations
- graphing quadratic functions for kids
- dhlg 3 ignition

Solving Quadratic Equations By Completing The Damn Square


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