grabthebasics.com
home faq wannahelp feedback contact

- how are quadratic equations used in real life
- pros and cons of solving equations using graphing2c elimination and substitution
- how would you determine whether to solve a quadratic equation by factoring, by using the quadratic formula, or by completing the square?
- quadratics simultaneous equations
- solution of simultaneous equations quadratic
- ti-83
- math murder mysteries
- "how to find quadratic equations"
- binomial equation calculator
- what are the pros and cons of substitution and elimination when using systems of equation by graphing
- pros and cons of quadratic equations by graphing
- quadradic equations rules
- real life quadratic equation applications
- nonlinear equation quadratic
- algebra solvers simultaneous
- "additional mathematic" exercise
- pics of rebecca olson gupta
- quadratic equation real life example
- online video "partial differential equations" lectures
- triple simultaneous equations

Simultaneous Equation Program Solver


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