- algebrator uk
- what are the pros and cons of the quadratic formula
- examples of problem solving in quadratic equation
- cheats to quadratic functions
- turning point form-quadratics
- best way to solve a "quadratic equation"
- solving quadratic equations and simultaneous equations
- quadratic equation story problems
- rebecca olson gupta2b attorney
- automated solving logarithmic equations
- ti 86 solve quadratic equation
- basic quadratic equations how to
- rules quadratic functions
- 123.203.99.94
- relatedwwwjamesbrennanorgalgebra
- elimination method online calculator
- solving two simultaneous equations with a ti-83
- how to have x-squared to excel
- additional mathematics form4 formula
- proof of quadratic equation vertex form
|
Simultaneous Equations Explained
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%>
|