- "solve simultaneous equations online"
- "simultaneous quadratic equation" matrix
- simultaneous equation-maths
- solving equations easy
- rules in solving number problems using the mdas rules
- how doi i solve quadratic equations
- 3x2 sudoku solver
- how to solve the simoltaneous equations
- b-4ac solve
- how to solve simultaneous equation easy way
- "quadratic functions" + "minimum" + "word problem"
- using excel to solve quadratic equations
- how to solve percentages in parallel
- factorising quadratic rules
- free quadratic equations solver
- application of quadratic curves on daily lives
- games/ lesson plans on the quadratic formula
- slove word problems quadrtic equations
- solve quadratic problems
- quadratic equations can be solved by graphing2c using the quadratic formula2c completing the square2c and factoring. what are the pros and cons of each of these methods3f
|
Quations In Maths
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%>
|