grabthebasics.com
home faq wannahelp feedback contact

- +quadtatic equation
- solve my equations online
- equasions
- using the vertex to solve a quadratic equation
- "online equation solver"
- simultaneous equations questions online
- quadratic equations question and answers
- quadratic equation function explanation why how
- solving equations easy way
- how to get quadratic formula
- quadratic equation calculator with working
- how to solve a binomial equation
- quadratic functions example
- 2x2 squared 3d
- quadratic equation example
- quadratic functions solving with vertex point
- fx3650p quadraic formula
- quadratic quations
- pros and cons of quadratic formula
- c language quadratic equations

How To Learn Simultaneous 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