|
||||
|
- simultanious equation solver - how to program equations into a ti89 - practical applications of quadratic equations - murders to solve - solving quadratic equations with three points - simultaneous.quadratic.equation - how to from a quadratic equation from a question - worksheet algebrator all - rules on mathematics-mdas - how to solve a quadratic equation fast - australian factoring ax2 + bx + c - explain the quadratic equation - +solve +an +equasion +online +free - solving quadratic equations the easy way - x squared3x - additional maths question bank quadratic equation - ask a quadratic equation questions - quadratic equations - solve quadratic equation online - problemathic |
Solving Quadratic Equations ProofSolving 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(" |
|||
|
|
||||