- sudoku diffential equation
- free algebra solver equations
- show some examples of quadratic equations
- marechel maths
- quadratic equation jpeg
- after long absence janette turner hospital
- quadratic function problems,solving,graph and the table of values
- 3rd order quadratic equations
- quadratic equation line of symmetry solver
- help on how to solve quadratic equations
- quadratic
- solving quadratic function
- how to solve 4th degree equation
- how to find the maxima and minima value of a quadratic equation
- quadratic formula calculator program
- quadratic equations for force
- program for quardic equation in c
- what are the pros and cons of solving quadratic equations by graphing,using the quadratic formula,completing the square,and factoring?
- working out quadratic functions
- young nudist
|
Quadratic Equations Alevel
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%>
|