- you need two equations simultaneous equations
- quadratic equationssolving
- solver simultaneou equations
- solving an equation of a quadratic type faq
- tips on the quadratic formula
- explain how to check quadratic equations
- how do you show a quadratic equation equals 0
- 4th degree polynomial equations=online calculator
- factorise equations for me
- hardest number math problem with answer
- x2 5x 43d0
- denise milani irish fest
- solve my quadratic equation
- solve the system of simultaneous equations x + y = 3 x + y = %e2%80%931
- mcro oily bikini dance
- solve simultanious equations online
- shur-kamp
- equation solver-step by step
- rooting a negative number
- solve mathematic equation by matlab
|
Solve Quadratic Problems
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%>
|