- factorise equations free online grab the basics
- solving quadratics
- making quadratic on calculator
- solve quadratic equation -b
- +how +to quadratic equations
- solving quadratic equation by elimination
- how to graph quadratic equations step by step
- grabthebasics equations the easy way
- quadratic equation question with
- trigonometric "online solve equation"
- solve quadratic curve
- grab basics solve simultaneous problems
- quadratic equations splitting the middle
- how are quadratic equations used in real life
- solving problems with msexcel
- how to work with quadratic equation where there is a x cubed
- trigonometry quadratic equations in vertex form
- how to solve a quadratic equal to a number
- quadratic equation calculator
- "finding the quadratic equation"
|
How Do You Work Out Quadratic Eqations
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%>
|