grabthebasics.com
home faq wannahelp feedback contact

- explanation of quardic formula
- solving rational expression show steps examples
- a simple way to solving simultaneous equations
- quadratic equation line of symmetry solver
- tips on quadratic functions
- how to work out quadratic equations
- the song pomp and cirstance
- how to solve logarithms on ti 89
- real life ways for quadratic functions
- how to put quadratic formula in ti 83
- can different quadratic equations with the same solution?
- easy equation solver
- quadratic equations question and answers
- splitting the middle quadratic
- how to solve quadratic equations by factorization when a3e1
- solving quadratic equations by graphing
- c program solution of quadratic equation
- vedic tutorial
- sejarah algebra linear
- quadratic formula song where is john

Solving Simultaneous Equations On Ti 89


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