- root equation calculator
- question on quadratic equations
- www.free maths graph calculater.com
- what is quadratic and linear equation3f
- how to solve logarithms on ti 89
- solving a quadric
- how to make simulataneous equations easy
- solve simultaneous equations for me
- "working quadratic equations"
- quadratic equation solver ti89
- "quadtatic equation"
- pro and cons of solving equations by graphing
- pros and cons of solving systems of equations by elimination
- how to do the quadratic formula in labview
- 2e 05x
- solving quadratic word problems
- solving equations that are added in brackets
- explanation of equations with brackets
- solve quadratic equations with ti--84 calculator
- quadratic formula worksheet
|
Equetion
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%>
|