- how to do x squared in excel
- what are the quadratic rules in algebra?
- simultaneous equation answers
- lyrics of the quadratic formula song
- solve quad equations 3rd order
- math how to quadratic equation
- solve quadratic equations on ti 83
- solve the vertex point
- simultaneous equation
- calculate simultaneous equations online free
- hardest equation with solution
- how to solve simultaneous equations with quadratics
- what are the pros and cons of each method of solving quadratic equations
- ti-89 titanium solve equiations
- solving quadratic equations with ti 89
- quadratic equation walkthrough
- work quadratic for me
- quadratic graphs + vertex point
- equation calculator online
- easy way to solve math
|
Quadratic And Simultaneous 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%>
|