grabthebasics.com
home faq wannahelp feedback contact

- how to solve a cubed math problem
- quadratic equation calculator step by step
- how to solve equations on a ti 84 plus
- quadratic equation tip
- solving word problems on quadratic equation
- story problems quadradic equation
- how to solve multipley step equations
- one of the solutions to the quadratic equation x2 + 3x - 28 is -7. what is the other solution?
- factorise solve quadratic equations
- worded problems about quadratic equations
- is it possible to have different quadratic with the same solution?
- how to solve matrices on ti 89
- substitution equation solver
- negative quadratics in real life
- 219.79.106.127
- 101 uses of quadratic equations
- applications of quadratic formula in real life
- factorise quadratic equation calculator
- pros and cons of graphing3f
- what are the pros and cons of each method of solving quadratic equations

Introduction To Quadratic 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