|
||||
|
- solver completing the square - method for solving quadratic equation - origins of quadratic equations - explain the steps of solving a quadratic equation with quadriatic formula - usage of quadratic equations - ti 83 quadratic solver - solve quadratic with excel - beauty math formula - how to program ti 89 titanium - quadratic equation poem - solve x2-3x+2=0 "quadratic equation" - suicidegirles - vedic maths examples of quadratic equations - writing something in vertex form - quadratic solving online - quad form solver - what is 28-x29squared - quadratic and the pros and cons of solving them - solve simultaneous online - resolve a quadratic equation´ |
How To Solve For X In A Quadratic EquationSolving 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(" |
|||
|
|
||||