- worded problem using quadratic equations
- algebra howto find equation curve
- 219.79.9.219
- quartic equation formula ti83
- what is quadratic equqtion
- "quadratic equation" & cards
- worded problems/ application of quadratic equation
- 1anunnaki trilogy
- pros and cons of graphing, substitution or elimination. what are the pros and cons of each method?
- b-4ac math
- solving quadratic equations by completing the damn square
- simultaneous equations solving examples
- word problem application of quadratic equation
- how do you solve xsquared + x equations
- math equation square
- simultaneous equations solved online
- how to simplify quadratic equations
- portable algebrator 4
- third order equations solver
- what are the pros and cons of graphing or by using substitution or elimination in the systems of equations?
|
Finding Roots Of Quadratic Equations Real Life
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%>
|