- solving quadratic equations live
- additional mathematics question form4
- how to teach simultaneous equations
- "how to do quadratic equations"
- quadratic functions in demand supply equation
- word problems related to quadratic equations
- graphing equations pros and cons
- how to find y-intercept for y=ax+c
- x2 5x 43d0
- quadtratic equations lesson plan
- quadratic equation that is not a function
- solving equations with brackets that equal 0
- what is quadratic equation
- trinomial calculator
- online simulataneous equation solver
- simultaneous equations of the type xy=
- pros and cons of systems of equations using substitution and elimination
- pulse ignition, dhlg-3
- lesson plan, quadratic equations
- two step equation calculator online
|
Simultaneous Quadratic Solving
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%>
|