grabthebasics.com
home faq wannahelp feedback contact

- real life application of quartic
- hardest equation formula
- how to solve quadratic equations on ti83
- fun with quadratic equations
- pros and cons about linear equations
- solve b3d2rt
- solve for x quadratic formula excel
- steps to solve a quadratic
- friendly equations
- how to solve equations with squares
- best way to solve a "quadratic equation"
- "online quad solver"
- simultaneous equation online calculator
- quadratic equationshow to
- a computer program in solving quadratic equation
- instructions for graphing quadratic functions for kids
- x3dx
- 61.18.195.95
- easy way to solve math equations
- solving quadratic equadratic equations work sheets math

Quadratic Equations Examples Steps


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