|
||||
|
- emaples of quadratic equations we use in life - easy way to sole equations - solve quadratic with excel - equations to solve triangles - math hardest formula - synopsys "equation format" - solving for c in a quadratic trinomial - quadratic equations-questions - simultanious equation - free simultaneous equation solver - quadratic formulas rules - poems about quadratic equation - excel solver simultaneous equations - simple way of solving equations - simultaneous equations example xy - equation of a line for demand equation - solve equations simultaneously in excel - free online binomial solver - slove my simultaneous equations - simutaneous equation formula -fx3650p |
Additional Maths 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 " |
|||
|
|
||||