- solve simultaneous problems online
- ti 89 complex solver
- "preconstruction expert dr. chris anderson to give 14,000 investors a ph.d. in real estate investing"
- quadratic equation on excel
- simultaneous solver online
- simple simultaneous equation rules
- solving quadratic simultaneous
- step by step instruction for solving quadratic equations
- solver vertex
- quadratic "online calculator" "three points"
- pros and cons to graphing equation
- using flowchart to solve a quadratic equation
- solve simultaneous equation
- show me a quadratic equations
- best way to solve quadratic equation
- simultaneous + equations + solver
- two equal quadratic equations
- what are the pros and cons of solving quadratic equations using the formula
- how to quadratic equation ti 84 plus
- easier way to solve simultaneous equations
|
27simultaneous Equations27 Calculate Bonus
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%>
|