grabthebasics.com
home faq wannahelp feedback contact

- simultaneous equations solve, online
- h k form quadratic equation
- sample worded problem quadratic equation
- math-quadratic word problems
- pros and cons of systems of equations using substitution and elimination
- quadratic simultaneous equation solver
- solve simultaneous eqution online
- ti 89 two simultaneous equation
- quadratic simultaneous
- what is a equation
- free factoring problem solver
- hardest quadratic equation question
- quadratic formula to work word problems
- tips on quadratic functions
- quadratic equation from data set
- simple equations and calculations to solving half-life problems
- solve polynomial excel
- applications of quadratic equations in real life
- what are the pros and cons of solving quadratic equations using the formula
- how to describe the quadratic 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%>

home FAQ How can I help feedback Contact