grabthebasics.com
home faq wannahelp feedback contact

- online solving two step equations
- free trial algebra quadratic word problems solver
- graphing quadratics online
- solving for y tips equations
- quadratic equation solving,worksheet
- excel plot formula
- dynamic simultaneous equation solver
- how to solve quadratic equations by solving
- step by step how to solve quadratic equations
- hardest math equations
- create quadratic equation
- word problems about quadratic equation with answers
- easy way on how to solving equation
- additional mathematics form 4
- simultaneous equation solver step by step
- solving 3rd order quadratic
- how to solve molecular formula
- quadratic equations and functions for kids
- finding vertex on ti 89
- solving quadratic equation on a calculator

Solve Simultaneous Equation Program


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