- algebrator guide
- lesson plan simultaneous equations
- factoring quadratic equations worksheet
- solve quadratic equation from 3 points
- pros and cons of graphing systems of equations
- steps by step to solving quadratic equations
- how to resolve equation in ti83
- how to put the quadratic formula in calculator
- working quadratic expressions
- quadratic equation factoring format calculator
- simultaneous equation online
- how to read a quadratic equation
- equations simultaneous solver
- yellow xanax bars mg
- putting an equation in vertex form
- online quadratic formula step by step
- quadratic equation puzzle
- find vertex and line of symmetry solver
- quadratic expressions lesson plan
- box method to solving quadratic equations
|
Quadratic Equations Resolve
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%>
|