- additional math o level online
- online poly solver
- solving quadratic equations with a ti=89 calculator
- two step equation calculator online
- solving quadratic equation game online
- casio fx 3650p quadratic equation
- practice solving quadratic equations
- best way to solve quadratic equation
- word problems based on quadratic equations
- vertex form - equation converter
- quadratic equations step by step
- solving word problems in quadratic equation
- solve simultaneous equations online
- what are the pros and cons of solving quadratic equation by graphing
- simultaneous equations easy way
- solving quadratic equations on the calculator
- mazda mx3 +math equation
- online pell equation solver
- solving quadratic functions by using the formula worksheet
- easy way how to solve two equations
|
Solving Quadratics
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%>
|