grabthebasics.com
home faq wannahelp feedback contact

- solve and explain simultaneous equations
- easy solve quadratic equation
- x squared problem solver
- effexor fish oil
- ti-89 solve simultaneous equations
- easy to enter simultaneous equations
- step ti solve rubik
- how to solve quadratic equations on ti-83 plus
- what is a simple and quick way of solving quadratic functions
- step by step explanation of the quadratic formula
- basics of quadratic equations
- for quadratic equations
- solve simultaneous equationscalculator
- methods in solving simultaneos equation
- easy way to solve quadratic equations
- 6x6 simultaneous equation solver
- solve/ x squared plus 3x
- quadratic equations help with
- how to solve two equations by graphing step by step
- http///googlenemesisreview.com

Give An Easier Way To Do Simultaneous 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