- quadratic equation by factoring for a rectangle
- power equastion
- solve quadratic equations by factoring worksheet
- six step quadratic formula calculator
- maths form 2 linear equation28malaysia29
- simultaneous equations solve online
- quadratic equations stepbystep
- how do you know if a quadric equation will have one, two, or no solutions?
- ti 89 matrix solve linear equations a5e-1b
- "online equation solver"
- rebecca olson gupta jennifer
- cusat syllabus s4 ec
- quadratic formula for the st. louis arch
- 2x2 squared 3d
- will two solution will always be different in quardic equation
- step by step solving equations solver
- "quadradic formula"
- the basics of solving equations
- 203.218.71.93
- quickest way to solve algebra equations
|
Quadratic Equations Or 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%>
|