- mathematic equation calculation
- what is quadratic equation3f
- example of quadratic equations
- quadratic function problems
- quad bar xanax
- difficult question on quadratic equation
- solving equations using foil
- solving quadratic equations simultaneously
- step by step on how to solve quadratic equations
- explaining solving quadratic equations
- doing quadratic equations in ti-89
- graphing linear equations-online worksheet
- how to perform quadratic equations
- additional mathematics guide
- quadratic equations worksheets
- pulse ignition model dhlg
- quadratic equations palm
- how to complete the square on ti-89 titantium calculator
- signs for fx 3650p formula
- how to solve quadratic equation
|
Function Rule
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%>
|