grabthebasics.com
home faq wannahelp feedback contact

- quadratic function rule
- quadratic equations palm
- real life applications of quadratic equations
- graphicsnxs password
- "equations for quadratic functions"
- how to explain the quadratic equation
- how do you find the vertex of a quadratic equation
- use of quadratic function in real life
- solve simultaneous equation
- how to graph with ti-89 titanium slove for y
- a easy way to solve equations
- basics to quadratic functions
- solving of simultaneous equation
- friendly equations
- find the roots of quadratic equations word problems
- 27what is simultaneous equations27
- simultaneous equation solver program online
- "equation for a demand curve"
- the hardest equation
- show how to solve quadratic equations

Quadratic Equation


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