grabthebasics.com
home faq wannahelp feedback contact

- solve simple equations online
- rules for solving quadric equations
- quadratic equations and how to solve them
- solve equation for 3 coordinates
- online simultaneous equation solvers
- solve quadratic on ti83
- solving quadratic worksheet
- solve four quadratic simultaneous
- solving quadratic equations box method
- solving non-quadratic equations homework
- mine fx3650p
- what is with quadratic equations
- writingquadraticequations
- automatic equation in vertex form
- what are the pros and cons of using the quadratic formula, completing the square, and factoring
- basics about quadratic equations
- root equation calculator
- bikini oily dance
- introduction to solving quadratic equations
- how to work out a quadratic equation?

Quardic Equation Solver


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%>

home FAQ How can I help feedback Contact