|
||||
|
- golfing quadratic equation - "online solve" equation - simultaneous equations - negative numbers - quadratic equations-how to solve - quadratic equation solver show steps - solving quadratic equations questions - quadratic functions the easy way - 7 steps of quadratic equation - working out a general formula between two quadratic formulas - step by step solver for ti 89 - how to solve algebra equations - what quadratic equation - quadratic formula ti-82 - draw the quadratic formula - "how to solve" "rice crisis" - "gulf inflation on a roll" - how to solve quadratics on ti-84 - simultaneaous equations solver - how to +slove math solutions - quadratic equations and rules |
Quadratic Rule To Solve For XSolving 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(" |
|||
|
|
||||