grabthebasics.com
home faq wannahelp feedback contact

- "what is a true equation"
- quadradic formula excel
- math-quadratic word problems
- quadratic equation solver working
- founder of quadratic equations using quadratic formula
- whats the whole point of solving quadratic equations
- "not quadratic"
- quadrqatic equations
- pangya formula
- is it possible to have a different quadratic equations with the same solutions
- quadratic equation + ppt
- creating quadratic equation solver in labview
- what are the pros and cons of graphing, the quadratic formula, completing the square and factoring to solve a quadratic equation?
- who was the person who invented the quadratic formula
- automatic equation in vertex form
- immigration math equation
- http///www.search quadratic equasions.net
- when would i use a quadratic function in real life
- solver equation simultaneous
- use a calulater.com

Quadratic B4ac


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