- delphi quadratic equation
- wildabout math.com
- how to solve a quadratic equation using a graphing calculator
- what are the pros of solving equations be graphing
- fun ideas for teaching quadratic equation
- circle equation calculator
- the hardest 09arithmetic equation
- quadratic equations introduction
- using the ti 89 to solve simultaneous equations
- hardest equation to understand
- two ways to solve simultaneous equations
- quadratic equations can be solved by graphing pros cons
- using ict play to solve simultaneous equation .
- how to find the quadratic equation of a curve
- simultaneous equations solving examples
- how to solve math using mdas
- worksheets on solving equations flowcharts
- free trial algebra quadratic word problems solver
- easy way to work out simultaneous equations
- solve this easy equation
|
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%>
|