grabthebasics.com
home faq wannahelp feedback contact

- how to slove equations using quadratic techniques
- describe the type of roots-quadratic equations
- examples of simultaneous equations
- what are the pros and cons of graphing or by using substitution or elimination in the systems of equations?
- a webquest on quadratics
- solve suduko with vedic mathematics
- howto quadratic equations
- the roots of the equation x2-3x-2=0
- pros and cons of using substitution method in algebra
- how can the quadratic formula be used to solve a qudratic equation
- what are the pros and cons of each quadratic equation solving methods
- tips and tricks for solving quadratic equations
- pro and cons of using graph or substitution equation
- solving quadratics lesson plan
- quadratic formula inventor
- rebecca olson gupta2b attorney
- how to do quadratic formulas
- quadratic equation rules
- solve quadratuc equations
- solve quadraphonic equation

Quadratic Equations Splitting The Middle


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