|
||||
|
- real life application for quadratic equation - math b-4ac - x2 5x 43d0 - quadratic formula calculator show work - 218.103.165.215 - kidbasic examples - examples of problem solving quadratic equations - ti-86 and quadratic equation - solving quadratic equations solutions one two - putting quadratic formula in ti 84 - vertex 2x squared - careers that require solving quadratic equations by factoring - vertex worksheet - estimating quadratic roots - "what is a math equation" - equation of a circle automated solutions - online trinomial calculator - "randy pausch27s last words" - solver for simulataneous differential and non linear equations - questions of quadratic equation |
Easy Guide To Quadratic EquationsSolving 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(" |
|||
|
|
||||