grabthebasics.com
home faq wannahelp feedback contact

- "diana bajak"
- fun with quadratic equations
- solving third order quadratic
- how to solve basic quadratic equation
- why is quadratic equation written according to power of x
- pros and cons of solving quadratic equations by graphing
- solving 3 step equations with brackets
- 203.186.208.247
- fx3650p program
- how to solve an equaton by elimination
- scilab equation
- key in quadratic formula for fx-3650p
- equations to quadratics
- steps to follow when solving quadratic equation
- solve multiple equations with program non linear
- how do you know if a quadriatic equation will have 1, 2, or no solutions
- ti 83 quadratic solver
- fx3650p+quadratic equation
- simultaneus equation lesson plan
- "not quadratic"

Allinurlgbookasp


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