- algebrator compared to microsoft math
- calculator online safety program
- "jericho demo walkthrough"
- strategies for solving quadratic equations
- solve the quadratic equations
- how to input quadratic formula in ti 83
- quadratic equation explantions
- ancient ways of solving a quadratic equation
- how do you write an equation in vertex form with only the zeros and the vertex
- how to solve a quadratic with a quadratic
- mapping rules for graphing quadratic equations
- practice problems of solving quandric equation
- how to solve a quadratic equal to a number
- simultaneous equation solver engine
- solving quadratics lesson plan
- how to solve quartic equation excel
- what are the pros and cons of the methods used in quadratic equations
- quadratic formula explanation
- free equation solver explain
- how to solve factorize?
|
Calculator Simultaneous Online
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%>
|