grabthebasics.com
home faq wannahelp feedback contact

- solve an equetion
- who gave quadratic equation is name3f
- factoring a cubed function
- quadratic equations in real life
- quadratic equations made simple
- binomials solver
- marechel maths
- how can you solving quadratic equations
- simultaneous equation solver step by step explanation
- how to graph a quadratic function on a ti 84
- solving the equation x to the 3rd power -8 3d0
- additional mathematics quadratic equations
- free middle term splitting calculator for quadratic equations
- solving quadratic eqn
- free rational expression and equation solver
- find quadratic equation using c program
- solving quadratic equations + free online video lesson
- free mathematic solver
- two step equations linear worksheet
- x squared 4x 50 quadratic equations

A Rule For 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