- solving quadratic equations splitting middle
- "solving equations online"
- the tips in solving quadratic equations
- word problems including quadratic functions
- fx3650p substitution
- quadratic formula for the st. louis arch
- how to input quadratic formula in spreadsheet
- simultaneous equation solver 6x6 online
- hardestquadratic equation examples
- how to solve basic quadratic equation
- graphing quadratic equation questions
- glysopate
- quadratic formula sayings
- online simultaneous set of equations
- quadratic,ti89
- how to solve simultaneous equation with square root
- how to solve a quadratic equation on ti-83
- on line simultaneous equation calculator
- lesson plan simultaneous equation form 4
- worded problems on quadratic equations
|
What Is The Hardest Math 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%>
|