- pros for substitution method of algebra
- detailed lesson plan on quadratic functions
- real life applications of quadratic equations boats
- not of quadratic equations
- 3x2 x20
- solve simultaneous equations voyage 200
- solve simultaneous equations online free
- quadratic equations tips
- what is the vertex point
- find the vertex solution solver
- solving quadratic equation with 2 unknowns
- basics of quadratic equation
- equacoes simultaneous
- "solve for x" in quadratic equation
- simultaneous equations solver for quadratic
- tips for factoring equations
- quadratic equation solve a word problem
- simultaneous equation questions
- online math equation solving
- online pell equation solver
|
Quadratic Equations Ab
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%>
|