- quadratic equations from basics
- mathematics solving quadratic equation
- solve quadratic equations with real roots
- 210.0.142.27
- quadratics basics
- solver for solve simultaneous equations
- finding the quadratuc equation for a set of data
- solving problems using simultaneous equations
- factorise and solve quads
- quadratic equation/ -b + -
- free algebrator solver download
- x23x20
- quadratic equation in excel
- solving third-order equation
- ways on how to solve quadtratic equation
- online nonlinear equation solver
- solving simulataneous equation online
- how to factorise in mathematic
- quadratic equations, what are the pros and cons of using graphing, the quadratic formula, completing the square, and factoring?
- quadtatic formula
|
God Said Quadratic Equation
Solving 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(" y is: " & y)response.write(" Click here to try another")end if%>
|