grabthebasics.com
home faq wannahelp feedback contact

- solve math equations
- rule for quadratic equations
- step by step in words how to solve a quadratic formula
- "rebecca olson gupta" photo
- binomial quadratic equation calculator
- quadratic equation lesson plans
- vba of a quadratic formula
- solving a demand equation
- solve the system of simultaneous equations x + y = 3 x + y = %e2%80%931
- examples of word problems using quadratic equations
- squared
- difficult simultaneous equations
- solve simultaneous equations
- hi to solve quadratic equations on ti83
- 1anunnaki trilogy
- solve my vertex
- on line simultaneous equation calculator
- quadratic equation ticket sales
- how to solve any equation
- elevator equqtion

Quadratic Equation3adigits


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