grabthebasics.com
home faq wannahelp feedback contact

- factorising quadratric
- solving simultaneous equations hard
- excel solver and quatratic equation
- sejarah processor komputer
- solving quadratics vertex form
- mathematical word problems quadratic functions
- solving differential equations ti 89
- how to find equation of a curve
- ti 83 plus "solving quadratic equation"
- i need help with solving quadratic equations
- what is the purpose of solving quadratic equations
- easy rules to solve quadratic equations
- what are the poem in math quadratic
- explain each method of solving quadratic equations
- 3x5e2 x3d0
- grab basics solve simultaneous problems
- f%28x%29 quadratic formula calculator
- di lesson plans on solving quadratic equations
- how to solve 283x-2y29squared
- rules in solving quadratic equations


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