- how to solve simultaneous equations3f
- sixth grade math easy linear equation tips
- ways for solving a quadratic function
- football and quadratic formula
- velocity in math with quadratic formula and examples
- easy way to factor equations
- workout simultaneous equations calculator
- mcr3u worksheets
- solving simultaneous equations on ti-84 plus
- gcse quardatic equation rules
- math/writing equaton in standard form
- sejarah kakuro
- real life quadratic quadratic function
- simultainious eqautions
- "is it possible to have different quadratic equations with the same solution? explain"
- question of quadratic equation
- algebraically solve simulitaneous equations using brackets
- simultaneous equations explanation
- online calculator that shows work
- quadratic equation drawer
|
How To Solve Simultaneous Equations Easy
Solving 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 " The second solution is: " & xbelseresponse.write("There are no real solutions to this equation. You will have to learn how to use i!")end ifend if%>
|