|
||||
|
- will the ti89 do quadratic equations - rules for quadratic solutions - solving quadratic equations online - simultaenous equations into quadratic equations - cubic eqautions - do quadratic graphs online - free worksheet on solving qudractic equations - line of symmetry equation y = -2%5e + 4x + 5 - quadratic equations b - how to do x squared in excel - solving quadratic functions on calculator - easy way solve math - quadratic poem - word problems on quadratic equation - quadratic formula and linear transformation - math solves murders - example real life quadratic - revolving of quadratic equations - pics-thomas jefferson - xc2b2=5x-4 |
Quadratics EquationsSolving 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(" |
|||
|
|
||||