- rules of quadratic equation
- websites to enter your equation and they solve
- simulatenous equasion
- quadratic formula ti 83 plus
- ti-86 solving "quadratic equations"
- vba +"solve equations"
- basic of quadratic equation
- excel "equation from data points"
- quadratic solver
- what is pros and cons of elimination of sovling equations
- format for solving simultaneous equations in ti-89
- solve three simultaneous equations online
- finding focus of quadratic equations
- solving simultaneous equations the easy way
- poverty quadratic equation
- solve 4x5ed8x2b33d5
- how to factorise fourth order equations
- algebra 1 quadratic equations
- what are some of the pros and cons of using the elimination method while solving systems of equations
- 203.218.29.57
|
Graphing Quadratic Equations
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%>
|