- solves your quadratic equations
- easy way of solving quadratic equation
- quadratic equation in c2b2b
- quadratic equation excel
- efbd81efbd8eefbd81efbd8cefbd86efbd81efbd83efbd8b
- solving quadratic equations on ti-84
- how to solve quadratic equation in mathematics
- solving problems using simultaneous equations one quadratic and nonlinear
- quadratic equations solver step by step
- cusat entrance exam 2008 admit card
- solve x-square root of -2x+10=1
- how to find a quadratic equation with a ti 83
- solving quadratic equations with steps
- http;//additionalmathematics.com
- easy way to explain quadratic equation graphing
- quadratic equations and medicine
- demand equation explained
- quadratic equation that are equal to 0
- how to learn simultaneous equations easily
- "teddy moore"+"the fixer"
|
Solving Problems Using 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%>
|