- quadratic equations and quadratic functions
- solving quadratics with solver
- how to do quad equations
- online simultaneous multiple equation solver
- story on quadratic equation
- online simultaneous equation solver program
- pros and cons of solving equations by graphing, substitution or elimination
- "graphical organizer" linear equations
- quadratic word equation
- similtanious equasions
- how to easily factorise quadratic equations box method
- quadratic formula basics
- does algebrator do x and y intercepts
- solving simultaneous equations easy way
- steps for solving quadratic equations with letters
- find the maximum area of a television
- frogs, fleas, painted cubes download
- quadratic equations problem solving guides
- how to solve simultaneous equation easy way
- free online quadratic equation solver
|
Pros And Cons Of Quadratic Formula
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%>error
|