|
||||
|
- how to write a catering brag book - how to put a quadratic equation in a ti-89 calculator - step-by-step solution of simultaneous equations - hardest math problem - +slove equation - quadratic equation in architecture - wwwxxporno - pros and cons of factoring quadratic equations - free on line quadratic equation solver - math-quadratic word problems - simple simultaneous equations - how to do factorise - maximum for quadratic formula - "equations for quadratic functions" - solve equations by elimination calculator - solving third order quadratic - algegrator free - easy way of solving maths - ways to solve quadratic equation - how to solve 283x-2y29squared |
Quadratic Equation Explain 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(" |
|||
|
|
||||