- simple quadratic simultaneous equations
- about quadratic equation
- excel +quadratic equation
- poly simultaneous equation solver online
- solving +quartic equation online
- lorenzo hailes
- poems about quadratic equations
- square rooting a negative
- free quadratic equation solver by steps
- pros and cons of using the quadratic equation graphing
- quadratic equation in fx 3650p
- maxima and minima of quadratic equation
- solving simultaneous equations online calculator
- free tips on quadratic equations
- efbd81efbd8eefbd81efbd8cefbd86efbd81efbd83efbd8b
- how to solve quardic formula
- "hardest quadratic equation"
- architecture/ quadratic functions
- list of quadratic functions
- graphing quadratic functions on the ti-83 + worksheet
|
Quadratic Equation Question What Answer
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%>
|