- o
- quadratic equations in real life
- when would i use a quadratic function in real life
- what is a quadratic
- quadratic equation 28question29
- what are the pros and cons of quatratic
- ask a queastion on a quadratic equations
- calculator program fx-3650p inequalities
- free online algebra problem solver substitution
- additional mathematics quadratic equation
- solving algebriac demand curve word problems
- solving simultaneous equations in vb
- easy to understand quadratic function
- steps for solving quadratic equation on calculator
- how to factorise quadratic equations
- who came up with the quadratic formula
- how to explain solving a quadratic equation
- real life examples of quadratic equations
- facttoring
- what are quadratic equations3f
|
Solve Simultaneous Quadratic Equation
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%>error
|