- solving simultaneous quadratics
- rules of solving guadratic equations
- trinitron rm-689 pilot
- pilot math quadratic functions
- how to solve 288-3x229cube-3=
- simultaneous equation solve online
- first quadratic equation
- youtube solving quadratic equations online
- quadratic worded problems with solution and answer
- solve quadratic problems
- how to solve maths equations
- why do quadratic equations have maximums
- how to solve simultaneous equations with 3 unknown
- easy steps to solve quadratic equations
- what are the pros and cons of the methods used in quadratic equations
- rules of quadratic functions
- how are quadratic functions used in life?
- solving word problems in quadratic equations
- example word problems of quadratic equation
- "simultaneous equations" solver
|
Quadratic Vertex Solvers
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%>
|