grabthebasics.com
home faq wannahelp feedback contact

- explain how to solve a quadratic equation
- solve simultaneous equationscalculator
- free equation solver step by step
- modulus sign cfx-9850gc
- quadratic equations books
- song about quadratic functions
- quadratic equation solving exactly
- quadratic calculater
- quadratic equations-how to solve
- solve three simultaneous equations online
- equation solver input values
- quadratic equation formuloa on ti82
- solving maths quadratic equations
- easy way to do additional maths
- problem-solving equations in quadratic form
- quadratic equations2fquestion
- solve simultaneous equations
- 3x 1
- how to solve quadratic simultaneous equations
- what is the quadratic eqation

An Easy Way To Solve Quadratic Equations


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