grabthebasics.com
home faq wannahelp feedback contact

- why do i need to learn quadratic equations
- quad problem solver
- how to solve binomial equations on a ti 84
- applications of quadratic equations solver using projectile equation
- how to solve a quadratric equation by geometry
- simultaneous equations step by step solving
- 4th order quadratic equation
- solve word equations in quadratic functions
- steps to factorise quadratic equations
- quadratic formula equation program for calculator
- quadtratic equasions
- [pdf]introduction-quadratic equations
- solver for simulataneous differential and non linear equations
- simultaneous equations-easy to understand
- box method to solving quadratic equations
- how to make quadratic formula on ti 84
- need real life example of quadratic function
- additional maths question bank quadratic equation
- post-v-vac
- different quadratic equations with the same solution?

Simultaneous Equations Quadratic


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