grabthebasics.com
home faq wannahelp feedback contact

- when do people use the quadratic formula
- algebra 2 quadratic equations
- free printable step by step graphing of parabolas
- how to slove simultaneous equations
- quadratic equation
- transformations with quadratic equations in vertex form
- mcr3u binomial worksheet
- quadratic equation formats
- "practical application" of "quadratic functions"
- "online equation solver"
- finding angle of parallax pre-calculus
- quadratic functions +game -pdf -doc
- online math solver equation
- explain the steps of solving a quadratic equation using the quadriatic formula
- ti-83 how to solve subsets
- www.math equatons.com
- using quadratic equations in real life
- quadratic equation solver for ti89
- solve linear differential equations homogeneous ti-83
- simultaneous equasions

Quadratic Equation Tricks


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