- hardest equation
- simultaneous equation solver program online
- sample questions using quadratic formula as solution
- quadratic equation that are equal to 0
- "formula for intensity"
- how to explain the quadratic equation
- solving quadratic with binomials
- apa itu kejuruteraan mekatronik
- excel plot formula
- solving word problem using quadratic equations
- solve quadratic problems
- simultaneous equation worksheet
- quadratic equation worded problem solution
- graphing equations pros and cons
- what is the pros and cons to solve quadratic equations by graphing
- ti-89 solve simultaneous equations
- multiplying out brackets solver
- solving simultaneous equations quadratic
- additional mathematics quadratic equations
- what is a linear equetion
|
Equation Solver Simultaneous
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%>
|