|
||||
|
- intro to quadratic equations - data sets for quadratic functions - explain the steps to solving a quadratic equation - the easy way to do equations - best online math course - 124.244.238.64 - additional mathematics-quadratic function - solving simultaneous equations easy - show how to solve quadratic equations - how to solve the simoltaneous equations - solve quadratic from three points - simultaneus equation lesson plan - finding a function rule - silmutaneous equation - free worksheet- simultaneous equation - candleliers - quadretic formula - how to get word equations into a quadratic equation - maths tricks in solving quadratic equations - 3x2d4y3d10 28c2d129 |
Solve Simultaneous Equations Online SolverSolving 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(" |
|||
|
|
||||