- solve quadratic equations for x ti-89 calculator
- quadratic equations when x squared is at front
- roots of y in quad equation
- how to slove algebra equations
- "vertex and line of symmetry"
- how to solve three simultaneous equations
- how do you show a quadratic equation equals 0
- how to solve a bonus equation
- how to solve simultaneous equation3f
- wordproblems using quadratic equation
- "simultaneous equation" maple example, solve
- worded problem in quadratic equation
- how to program ti 89 titanium
- pros and cons quadraatic equations
- ti 83 plus solving simultaneous equations
- introduction of quadratic equations & genetic algorithms
- +calculater for equation
- quadratic relations worksheets
- simulanious equations with algebrator
- sat problems on quadratic functions
|
Naming Of Quadratic Equation
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%>
|