- math equations. squared
- step by step to solving quadratic equations
- easiest way to solve quadratic equations
- examples quadratic equations x is cubed
- maths imo.com
- where can i find math help with quadratic equations
- solve equation quadratic
- how to solve algebra equations
- set quadratic equation formula, fx3650p
- prons and cons of using the quadratic formula
- sejarah perkembangan mesin fax
- introduction quadratic equation
- this program solve quadratic equations and shows work
- how do isolve quadratic equation
- wilkipedia+additional mathematics+quadratic equations
- what are the pros and cons of each method of solving quadratic equations
- pros and cons "completing the square"
- vertex form - equation converter
- how to solve an equaton by elimination
- how to put the quadratic formula on ti-83 calculator
|
Broken Quadratic
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%>
|