grabthebasics.com
home faq wannahelp feedback contact

- equation online solver
- what are the rules for solving quadratic equations
- solve multiple equations with program non linear
- answers to math eqations.com
- how do you know if a quadriatic equation will have 1, 2, or no solutions
- hardest quadratic formula math question
- rule of sudokukingdom
- solving simultaneous equations online tool
- beatles method of finding a quadratic equation
- "fawn nguyen"
- st louis arch quadratic equation
- online vertex solver
- 203.218.29.57
- quadratic equationshow to
- algebra equation solver for ti-89
- solve my equations online
- projectile equation ti 86
- allintitle/ quadratic 3d equation
- easy formulas to solve quadratic equations28videos29
- websites to get answers to equations

Quardratic Function


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