- formula easy for simultaneous equation
- best solution solve the quadratic equation
- how to solve quadratic equations on ti-89 titanium
- optimization of quadratic equation
- solving quadratic formula in the texas instrument calculator
- easier way to solve simultaneous equations
- solving exponential quadratic equations
- loge star wars to play on line
- how to graph an linear equation using the ti89
- add maths, quadratic
- show me how to solve equation
- quadratic formula for the st. louis arch
- quadratic formula and tips
- free simultaneous equations solver with explanation
- dhlg-3 replacement
- solver quadratic equation online
- step by step solving a quadratic equations using graphing
- best simultaneous equations online solver
- factorise quadratics solver
- "finding the quadratic equation"
|
What Is A Quadratic Equation In Vertex Form
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%>
|