|
||||
|
- quadratic equations on youtube - quadratic functions easy word problems - example real life quadratic - "quadradic equation" "max" "verify" - math mdas rule - different quadratic equations with the same solutions - easy way to factorise hard things - solve function with three points - worksheets on quadratic equation with imaginary roots - roots of quad equation - poems about "solving quadratic equations" - simultaneous +eqautions - simultaneous equations online solver - solving quadratic equations by graphing, the turning point - quadratic door problem - equation calculater - solve 3xx20 - how to solve puzzle rings - algebrator uk - how to graph quadratic equations ti-86 |
Quadratic Equation WarSolving 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(" |
|||
|
|
||||