grabthebasics.com
home faq wannahelp feedback contact

- easiest way to solve simultaneous equations
- how can you know if an equation is quadratic?
- quadratic equation tips
- ways to solve quadratic equation
- ask and solve simultaneous equations
- quadratic factoring puzzle
- pro and cons of solving equations by graphing
- quadratic equation step by step
- c++ solve simultaneous equation
- is it possible to have different quadratic equations with the same solution? explain.
- quadratic equations explain
- ti89 multiple equation solver
- quadratic equation, box method
- formula for quadratic relations
- diffcult question in quardic equation
- the hardest equation ever
- step by step solving curve
- solver and simultaneous equations
- graphing quadratic equations
- fcat "quadratic equation"

Ti 83 Lu Decomposition


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