- solve quadratic equations by factoring worksheet
- quadratic and simultaneous equations
- quadratic equation three point
- explain the quadratic equation
- lesson plans algebra quadratic equations formula
- model dhlg-3 pulse ignition
- you need two equations simultaneous equations
- explain solving equations
- eg of what is a quadratic equations
- is it possible to have different quadric equations with the same solutions
- quadratic equation calculator work shown
- solve simultaneous ti 89
- online grade 11 "quadratics" practise
- graphing iniqualities
- solving quadratic equations with quadratic formula pictures
- quations in maths
- online integral solver equations
- howto quadratic equations
- forensic equations quadratic
- quadratic equation three sided fence
|
Quadratic Demand Function 22negative Sloping22
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%>error
|