|
||||
|
- line of symmetry solver - how to solve a quadratric equation by geometry - math formula solving in flash - x squared problem solver - "simultaneous equation" + dividends - "simultaneous quadratic equations" - online math solver equation - pros cons solving quadratic equations - simultaneous quadratic - how to do factorise - simulatneous solver - "hardest quadratic equation" - immediately solve any quadratic equation - two ways to solve simultaneous equations - mathematics how to solve quadratic equations - how to solve simultaneous equations on ti-89 - quadratic functions in oil drilling - real life examples of quadratic equations - factoring 28splitting the middle29 - algebra help with quadratic equations |
Introduction To Solving Quadratic 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 " |
|||
|
|
||||