- pros and cons of using substitution in algebra
- how to solve quadratic simultaneous equations
- http;//additionalmathematics.com
- explain how to solve quadratic equations using the quadratic formula
- how to solve differential equations on ti 89
- song of quadratic formula
- step by step instructions for quadratic functions algebra-1
- simulatneous solver
- online factorise quadratic
- 4 ways to solve quadratic function
- solving quadratic equations graphically, math a
- sample lesson plan/solving systems of equations by graphing
- possible solutions of quadratic equation
- real life quadratics
- pros and cons of graphing
- how to solve a quadratic
- simultaneous equations explanation
- quadratic maths step by step
- solve by quadradic fomula
- solver equation quartic
|
Quadratic 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%>
|