grabthebasics.com
home faq wannahelp feedback contact

- how to solve two equations with two unknowns ti-89
- don27t get quadratic equations
- ti-89 solving quadratic for imaginary
- simultaneous equations 1 liner 1 quadratic
- 27derivatives slove27
- graphicsnxs password
- how to make x-squared to excel
- rules on quadratic equations
- "keane gonzales"
- "graphing quadratic equations" +worksheet
- easy ways to solve quadratic equation
- quadratic equations that dont have real roots
- quadratic function poem
- "ti-89 titanium" and "quadratic solver"
- free step by step equation solver
- word equation calculator
- how are quadratic equations used in the military
- step by step rules to solving quadratic equations
- parabolas step by step solving
- explain how to solve an quadratic equation

How To Solve Quadratic Word Problems


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