- how to program 3650p
- online factoring calculator quadratic
- solving an equation when x and y are squared
- solving literal simultaneous equations online
- solve me a simultaneous equation
- quadratic formula calculater
- quadric equations formula
- quadratic equation solve a word problem
- raleigh27s equation calculator
- solving simultaneous eqn
- simultaneous equation solver engine
- equation of simultaneous equation using graphing calculator
- quadractic formula on ti83 step by step
- worksheets on quadratic equation with imaginary roots
- vertex form - equation converter
- online solver for simultaneous equation
- cross method program fx-3650p
- enter my quadratic equations
- fence finding maximum area using quadratic equations
- www.smuss.com5cpaige
|
Algebra Solvers 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%>
|