grabthebasics.com
home faq wannahelp feedback contact

- pros and cons of solving system of equations by substitution
- pros and cons for solving equations y graphing
- research on problem solving in quadratic equation
- draw the quadratic formula
- oily micro bikini dance
- quadratic equations real life application
- grab the basic to solving quadratic equation
- pros and cons of using substitution in algebra
- using excel to solve quadratic equations
- quadratic functions maximum area worksheets
- a webquest on quadratics
- real life example of a quadratic function
- use matlab to solve quadratic equations
- steps to do quadratic equations
- fsx "missing digit"
- quadratic vertex ti 89
- simultaneous equation solve online
- "an equation in quadratic form will always have a negative and a positive solution"
- howto quadratic equations
- h2 maths

Solve A Simulataneous Equation


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