grabthebasics.com
home faq wannahelp feedback contact

- simultaneous equations 2bsolver
- solve math equations
- real roots++math+linear functions
- quadratics equations
- solving quadratic equations puzzles,
- quadratic equation3adigits
- how to solve simultaneous equations easy
- 1000 questions in economics
- explain how to solve quadratic equations
- misunderstanding solving quadratic equation
- how do you solve some simple simultaneous equation
- worded problems about quadratic functions
- "quadratic equation that is not a function"
- application of quadratic equation in real life
- solve quadratic equation three points
- "simultaneous equation online solver"
- solving word problem using quadratic equations
- xc2b2+2x-5=0 solve by graphing
- choosing a method to solve quadratic equation
- derivagem password

Quadratic Problem Solving


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