- teachertube.com maths
- online solving quadratic equation
- modulus sign cfx-9850gc
- what is the purpose quadratic equations
- sat problems on quadratic functions
- zyrtecd12hour
- quadratic equations can be solved by graphing2c using the quadratic formula2c completing the square2c and factoring.
- excel "simultaneous equation"
- simultaneous equation solver nonlinear
- solving quadratic equations by the quadratic formula
- arithmetic-geometric equations
- quadratic equations tutorial
- solving quadratic equations on the calculator
- how solve 3 simultaneous quadratic equations
- ask a equation question
- quadratic function simple
- what are the pros and cons of graphing or by using substitution or elimination in the systems of equations?
- simple binomial equation
- 3x2 sudoku solver
- simultaneous equation solver shows workings
|
What Are The Rules For Solving Quadratic Equations
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%>
|