- prons and cons of quadratic equations
- binomial solver online
- trinomial calculator
- 3x2 sudoku solver
- "free worksheets" + quadratic equations
- simultaneous equations and matrices
- 61.18.40.215
- solving y quadratic
- question of quadratic equation
- how to program the quadratic formula into ti 89
- factorise equation using asp
- solving simultaneous equations on line
- meisei hot tweezer
- pros and cons substitution solving equations
- quadratic equations can be solved by graphing2c using the quadratic formula2c completing the square2c and factoring
- quadratic equationexplanation
- quadratic equations step by step guide
- an equation in quadratic form will always have a negative and a positive solution. why is this?
- x squared equations
- example of +quadtratic equation
|
Simple Simultaneous 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%>
|