grabthebasics.com
home faq wannahelp feedback contact

- "fawn nguyen" +blog
- how to solve quadratic equations by c++ programming
- pros and cons for using elimination in algebra
- what are the pros and cons of graphing a quadratric equation3f
- quadratic equations finding equation of curve
- system of equations solver 8th grade
- snowboarding and quadratic equations
- quadratic formulas rules
- gauss jordan calculator online
- solve quadratic equations by graphing
- step by step solving statistics
- techdeckgames
- ti-83 how to solve subsets
- ask a quadratic equation questions
- careers that require solving quadratic equations by factoring
- hardest equation
- show steps in solving math equations in "microsoft word"
- quadratic equation solver ti89
- factoring quadratic equations worksheet
- response.write equation

Factorise Equation Solver


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