grabthebasics.com
home faq wannahelp feedback contact

- classpad "excel solver"
- how to solve an equaton by elimination
- graphing quadratic functions vertex form
- explain equations
- rubik27s cube math equation
- calculator program fx-3650p inequalities
- solution to a quadratic equation basics
- solve equations for me
- the hardest question on function
- solving quadratic equations on a ti-86 calculator
- 59.149.105.164
- pros and cons of substitution, elimination and graphing in systems of equations
- allintitle/ quadratic 3d equation
- quadratic equations and quadratic functions
- free online binomial solver
- explaining how to solve quadratic equations when a3c1
- shur kamp motorcycle camper
- quadratic function calculator online
- solving quadratic equation lesson plan
- online simultaneous equations questions

Simulataneous Equation 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