grabthebasics.com
home faq wannahelp feedback contact

- quadratic maths step by step
- exact +equationns
- sample question for quadratic equation
- quadratic equation simple word problems
- explain how to solve simultaneous equations
- online exponential equation solver
- factorize fx-3650p programme
- what is the pros and cons to solve quadratic equations by graphing
- replacement dhlg 3 pulse ignition
- easy way simultaneous equations
- solve quadratic 4x5e2
- "quadratic formula" stability
- quadratic functions rules
- worded problems about quadratic equation
- describe free quadratic function
- calculator simultaneous equation
- solve my quadratic equation
- quadratic function puzzles
- why do i need to learn quadratic equations
- solve math equations

Equation Of 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