- "finding the quadratic equation"
- solving for a b and c in a quadratic
- factoring problem solver
- "bar shield tattoo"
- quadratic equations can be solved by graphing2c using the quadratic formula2c completing the square2c and factoring
- quadratic word problems/ projectile motion
- golf and quadratic formula
- a website that will solve quadratic formulas for me
- 3x3 equation solver
- how to isolate equation
- difficult quadratic equation
- solve quadratic differential equation
- free quadratic graphing worksheet
- simple binomial equation
- binomial equation solver
- math review online course
- yoursouthernbelle badongo
- example word problems of quadratic equation
- quadratic equation formula fx3650p
- www.a simple baseball quadratic equation
|
Power Equastion
Solving Quadratic Equations
<%dim a,b,c,d,e,f,x,ya=request.form("a")b=request.form("b")c=request.form("c")d=request.form("d")e=request.form("e")f=request.form("f")if a=d and b=e and c=f thenresponse.write("Your two equations were the same, they must be different!")ElseResponse.write("Your two equations were: ")response.write(a & "x + " & b & "y = " & c & " ")response.write(d & "x + " & e & "y = " & f & " ")b=b/ac=c/ae=e/df=f/dy=(c-f)/(b-e)x=(c-b*y)response.write("x is: " & x)response.write(" y is: " & y)response.write(" Click here to try another")end if%>
|