grabthebasics.com
home faq wannahelp feedback contact

- factoring online solver
- word questions with solutions about quadratic equation
- scilab quadratic equation
- work out quadractic equations online
- worded problems in quadratic equations
- what are the pros and cons of equation graph, substitution, elimination?
- simultaneous quadraticequations
- equation of quadratic equation
- what is pros and cons of using the quadratic formula by graphing
- quadratic equation split the middle
- quad equasion
- casio fx3650p quadratic formula
- how to solve this equetion 28x2b12928x2b22928x2b3293f
- steps in solving a quadratic equation
- solving simultaneous equation using matrix in excel
- cprogram quadratic equations
- solving nonlinear system of equations on ti-83
- +calculater for equation
- easy way to sole equations
- quadratic equation cubed

Basics Introduction 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