- rules of quadractic equations
- ti 5018sv guide
- free printable worksheet solving quadratic functions
- algebra howto find equation curve
- solving simultaneous solver
- ti 84 download tools solver for equations
- rule of the quadratic equations
- describe the type of roots-quadratic equations
- solving quadratic equations by factoring on worded problems
- data set for quadratic equation model
- ti-89 titanium quadratic program
- what are the pros and cons of using the quadratic formula, completing the square, factoring,and graphing
- simultaneous equations powerpoint
- trigonometry quadratic equations in vertex form
- introduction of quadratic equations & genetic algorithms
- daily uses of quadratic equations
- "simultaneous equation" maple
- equastion
- vertex 2x squared
- solving problem using quadratic equation
|
How To Solve Quadratic 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%>
|