|
||||
|
- ti-83 - easy solver - step by step how to do quadratic equations - cubic eqautions - quadratic solving - simple equation solution by vedic maths - how to input quadratic equations in ti 84 - rules of quadratic equation - writing a rule for a quadratic equation - quatratic equation - ask a question on how to solve simultaneous equations - vertex-form-of-quadratic-equation - solve simultaneous equation online - quadratics equations golf - additional mathematics28quadratic equation29 - how to graph an linear equation using the ti89 - quadratric equations - how to solve quadratic equations using circles - easy way to solve equation - what is quadratic equations |
What Are Quadratic Equations ForSolving 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(" |
|||
|
|
||||