grabthebasics.com
home faq wannahelp feedback contact

- "quadratic formula explanation"
- online quadratic equation solver with solution
- how to solve two equations by graphing step by step
- solving quadratic equations on ti-84 plus
- simultaneous equation solver ti
- symmetry solver
- quadratic equations ti-89
- quadratic vertex ti 89
- solving homogeneous quadratic equations
- 124.244.238.64
- how to solve quadratic functions in simple way
- how do you do quadratic equations
- solving quadratic equations ms excel
- critiqueing an algebra equation
- lesson plans on factoring quadratic equations
- solution of simultaneous equations quadratic
- introduction solving quadratic equations
- introduction to the quadratic equation
- work out simultaneous equations calculator
- the application of quadratic equation in daily life

How To Solve Equations Simoltaniously


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%>

home FAQ How can I help feedback Contact