- easy way to solve simultaneous equations
- steps in solving quadratic equation
- raleigh27s equation calculator
- solve quadratic equation using the vertex
- quadratic equation formats
- word problems related to quadratic equations
- binomial equation calculator
- solving supply and demand through mathematic equations
- learn the easiest way to solve quadratic equation
- "online math solver"
- simultaneous equations the rules
- solve math equation the easy way
- the quadratic formula song
- solve simulatenous equations ti-89
- quadratic fromula sovler in steps
- solving quadratics with the box method
- hardest math equations
- word question for solving simultanous equation
- young nudist bbs
- quadratics math fence 3 sides
|
Quardratic Function
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%>
|