|
||||
|
- rules for quadratic equations - learn the easiest way to solve quadratic equation - easy way to solve simultaneous equations - explain quadratic graphs - ti-89 titanium solve equiations - simultaneously equations solution online - show me algebra the easy way for free - quadratic simultaneous equation solver - fx3650p formula - quadratic equations in business - what is quadratic equaton - fun quadratic equations - simultaneous equation for throughput of water - sample of quadratic equation function c++ - quadratic equation explain - online simultaneous equations calculator -ti - response.writersa response.writersb = c - routes quadratic equations - ti83pl manual - solving quadrics on ti 89 |
Quadratic Equation In AlgebratorSolving 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(" |
|||
|
|
||||