grabthebasics.com
home faq wannahelp feedback contact

- quadratic equation rhyme
- steps on solving quadratic equations
- 2 equations 2 unknowns on ti-89
- working out quadratic equation from data
- solving simaltaneous equations
- simultaneous equations word problems
- maths question solver
- trinomial equation solver
- explain what it means to solve a quadratic equation
- worded problems in linear equation example
- changing slope-intercept to vertex form
- what are the pro and cons of completing the square
- solve two equation together used in real life
- simultaneous equation calculater
- solving simultaneous equations online tool
- quadratic function +real life application
- pros substitution equations
- how to graph a quadratic equation poems math
- simultaneous equations calculator which shows working out
- pros and cons solving equation by substitution


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