grabthebasics.com
home faq wannahelp feedback contact

- solve for x%28squared%29-4x
- rules in quadratic equations
- simulatenous equasion
- how to solve simultaneous equation with square root
- quadratic eqations can be solved by graphing, using the quadratic formula,
- how to solve quadratic equation on calculator
- easiest way to solve cubic polynomials
- quadratics solver
- what is the shape of the graph of each function? y=x-2x5e2
- pros and cons of quadratic equations
- what is the quadratic equations
- "principle of operation" mp3 doorbell
- quadratic equations splitting the middle
- solving simultaneous equations generator
- examples of number word problems quadratic equation
- equation solver online simultaneous
- how to state an equation of a demand curve
- linear equation calculater
- write a flow chart on quadratic equation
- how to find roots and vertex

Enter Equation Factorise


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