|
||||
|
- online math course reviews - graphicsnxs password - quadratic equation fx-3650p formula - x squared excel - quadratic equation inventor - solve for roots of quadratic - labview + quadratic equation - examples of word problems about quadratic equations - online equation solver simultaneous - equation of intensity - solve equation calculator - solving quadratic equations by completing the square calculator - quadratic simultaneous equations solver - proof of vertex of quadratic equation - quadratic equations with x cubed - example of word problem of quadratic equation - quadratics simultaneous equations - solving quadratic equatiom in excel - solving equations in scilab - 218.250.8.12 |
How To Solve A Quadratic Equation 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(" |
|||
|
|
||||