- flowchart example for positive and negative equations
- free online quadratic graphing
- what is the quadratic equation solve
- solve my vertex
- how to solve literal quadratic equations
- solving demand equations
- solving simultaneous equations with quadratics
- how to solve logarithmic equations on a ti-89
- additional mathematics guide
- solving quadratic story problems
- simultaneous solver ti-89
- quadratic solver working
- easy way solve quadratic
- minimum or maximum solve equations software
- worksheet for hard quadratic equations
- quadratic real life projectile problems
- quadractic eqautions
- free online ti89 calculator
- ways to solve quadratic equations
- free algebrator software download
|
Additional Mathematics Equations
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%>
|