- pros and cons of elimination and substitution in equations
- roots of y in quad equation
- solving two step equations worksheets
- "quadratic equation with 2 unknowns"
- writing a quadratic equation formula for excel
- quadratic; y = 2.2x2
- free online algebrator
- ditloid solutions
- ditloid problems
- lyrics of the quadratic formula song
- fx 3650p quadratic formula setting
- show me the hardest math
- quad function solver
- quadratic function question
- algebrator 2
- quadratic negative equation calculator solve for x
- pros of solving a quadratic formula with a quadratic equation
- quadratic equations solver using quadratic equation
- how to solve for x in quadratic equations
- how to solve simultaneous equation by calculator
|
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%>
|