- online solve for x
- quadratic equations programs in c
- simultanious equation solver online
- how to solve simultaneous equations with quadratics
- how to solve a quadratic and linear equation
- solve two step equations worksheet
- linear equationworded problem
- algebrator download "free" does your homework for you
- how to solve multipley step equations
- hardest math equation
- balliew
- find vertex and line of symmetry solver
- help explain graphing quadratic equations
- quadratic formula worksheet
- linear functions word prcblem
- b-4ac solve
- "cubic equation" vba
- how to solve equations using logarithms
- hadest math equations
- example of a quadratic equations + applications in real life
|
X2 5x 43d0
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%>
|