grabthebasics.com
home faq wannahelp feedback contact

- zyrtec-d12hour
- 3x3 simulyaneous equations
- xintercept form quadratic equations
- quadratic equation st louis arch
- real life quadratic applications
- "quadratic equation question"
- "methadone with vicodin"
- factorising quadratics with inequalities
- flowchart on quadratic equation
- simultaneous equation solver5c
- rules for quadratic equation
- solving using quadratic formula
- easy simutaneous equations
- hardest mathmatical equation
- quadratic equation in c2b2b
- quadratic real life video
- what are the pros and cons of each of thequadratic equation methods
- quad equasion
- quadratic equation with flowchart
- step by step solving quadratic equations by using the quadratic formula

Solving Quadratic Equations Box Method


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