- "how to find the function rule"
- math 11 quadratic equation
- step by step solving quadratic equations by using the quadratic formula
- finding rule of quadratic function
- pros of solving quadratic equations by factoring
- tips for solving quadratic word problems
- describe a quadratic equation
- equation calculator online
- "online simultaneous equation solver"
- quad 3 for ti 84
- 4x28x35
- ditloid solver
- get equation question
- simple quadratic equation explanation
- online calculator for solving a system of equations using elimination process
- quadratic solver simultaneous
- quadratic equations how to do
- x squared 4x 50 quadratic equations
- solving equation step by step online
- write quadratic function in vertex form solver
|
Quadratic Equation Explain Step By Step
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%>
|