- solve linear differential equations homogeneous ti-83
- how to graph vertex ti 86
- quadratic equationsonline
- "easy equation solver "
- fun worksheets for solving two step equations
- solving quadratic equations by the quadratic formula
- quadratic equations can be solved by graphing2c using the quadratic formula2c completing the square2c and factoring. what are the pros and cons of each of these methods3f
- binomials solver with solution
- simultaneous online solver
- quadratic equation explanation
- solving two step equations lesson plan
- solve the rubik%27s cube form a x
- explaining quadratic functions data
- fx 3650p quadratic equation
- steps of calculating in fx 3650p
- quadratic equations to find area
- pros and cons to graphing equation
- "quadratic formula activities"
- quadratic equation 1000 questions
- ways on how to solve quadtratic equation
|
The Problem 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%>
|