- basics of simultaneous equation
- how to factorise the quadratic equations
- how to do the quadratic formula in labview
- how to solve quadratic simultaneous equations in maths
- quadratic equation with worded problem
- math help quadratic equations
- program fx3650p simultaneous equations
- solve quadratic equations on ti 83
- what are the pros and cons of the methods used in quadratic equations
- examples algebrator
- working out equations of quadratic functions substitute
- song to learn the quadratic formula
- rebecca olson gupta jennifer
- matlab solving qudratic equation
- math -b5e2+-sqrt28b-4ac29
- solve 2x squared 3x y 4y squared where x3d 2 and y3d 4
- solving quadratic equations with squared
- what is the hardest math equation3f
- free graphing parabolas printables
- explain the quadratic formula
|
Solving Math Equations Step By Step
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%>
|