- factorising quadratic equations alevel
- what27s the reason for quadratic equations
- what is a quadratic equation3f
- solving quadratic equations in problems
- post-v-vac
- simultaneous equestion questions
- quadratic equations alevel
- how to solve variable
- quadratic formulas
- find the quadratic equation in the vertex form when given the vertex
- substitution method/pros and cons
- worded problem of quadratic equations
- ti 89 quadratic equation program
- step by step guide to solving equations
- easy ways to solving a quadratic equation
- sample word problem about the quadratic equation
- grab basics solve simultaneous problems
- advanced quadratic equation solver, ti-83,
- solve quadratic equation using ti-83 plus
- how to factorise fourth order equations
|
Solving Simultaneous Equations Calculator
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%>
|