|
||||
|
- solving worded functions - solver quadratic equation online - solving quadratic equations by area - hardest equation formula - solving quadratic equations with ti-84 - how to determine a simultaneous equation from a data set - complete the square y=ax5e2+bx+c - workout simultaneous equations - how do you graph quadratic equations - quad equation - simultaneous equations and solver - how to solve equotions - free algebrator equation - www.ti-82 calculater - matheasy way to understand math - how do you solve quadratic equation - solving quadratics with simultaneous equations - solving quadratic rules - input quadratic formula calculator ti 83 - step by step integral solver |
Quadratic Equations Step By StepSolving 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(" |
|||
|
|
||||