|
||||
|
- pro and cons of solving equations by graphing - calulater.com - applying quadratic equations to life - equation question - sping +calculator +pangya - 0 - ti-89 simultaneous equation solver - easy simultaneous equations to solve - what is the quadratic equation used for - maxima and minima of quadratic equation - easy quadratic equation and story problem - solving a quadric - why is the quadratic formula useful - worded problem/quadratic equation - real life examples and quadratic equation - formula quadraticas - instructions for graphing quadratic functions for kids - apa itu mekatronik - "systems of equations can be solved by graphing or by using" - lol to jp sandra |
Rule For QuadraticsSolving 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(" |
|||
|
|
||||