|
||||
|
- how to solve quadratic equation the easy way - quadratic occasions - what are the pros and cons of graphing a quadratic formula3f - y(ax(x bx c curve - factorising quadratics with inequalities - "solve multiple equations" ti-89 - quadratic equations3f - solev equatons online - "what is a quadratic function" - x2x5e12f2 13d0 quadratic form - howto sovle addition polynomials - solve simultaneous quadratic equations online - what27s the answer to "x squared = 100"? - equations equal to 0 - solve a quadratic equation online - how to work out quadric - owners manual ti-5018sv - excel solver simultaneous equations - quadratic equations word problem with solutions - online nonlinear equation solver |
Easy Way To Solve Two Step EquationsSolving Quadratic Equations<%dim a, b,c,xa, xba=request.form("a")b=request.form("b")c=request.form("c")if a="" or b="" or c="" thenresponse.write "You must enter values into the equation solver before find the answers! Please click here to be directed to the form"elseif ( ( b*b)-(4*a*c))>=0 thenxa=((-b+ ( (b*b) - (4*a*c) )^(1/2) ))/(2*a)response.write "The first solution is: " & xaxb=((-b- ( (b*b) - (4*a*c) )^(1/2) ))/(2*a)response.write " |
|||
|
|
||||