|
||||
|
- easy ways to solve quadratic equations - "roots" +"quadratic" +4th - hardest math equation - rules in quadratic equation - post-v-vac - simple way of solving equations - how to solve quadratic equations step by step - quadratic equation used in daily life - solving line of symmetry equation - "quadratic"+vb6 - solving simultaneous equations exercise - easy way of solving for x - different quadratic equations same solutions - quadratic equation of a curve - quadratic formula worksheet - basics of quadratic equations - pros and cons "completing the square" - quadratic equations guide - how to know if an equation is quadratic - online equation factorise |
Solve Simultaneous Quadratic EquationSolving 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 " |
|||
|
|
||||