- the hardest equation ever
- solving quadratic equation importance
- quadratic equations, what are the pros and cons of using graphing, the quadratic formula, completing the square, and factoring?
- how to work out a quadratic equation?
- best equation of best fit parabola and ti-89
- quadratic equations labeling step by step
- plotting quadratic functions on ti-84
- additional mathematics guide
- "cho yuen man"
- example of word quadratic formula
- "solving binomial equations"
- solve a quadratics online online
- quadratic equation flowcharts in c
- quadratic equations using smartboard
- online quadratic equation calculator
- "practical application" of "quadratic functions"
- asp quadratic
- how to solve simultaneous equation
- solving quadratic equations with the quadratic function
- quadratic equations in architecture
|
Simultaneous Equation Step By Step
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%>
|