grabthebasics.com
home faq wannahelp feedback contact

- solve vertex quadratic equation
- "adrian williams" + tarmin
- easy way to do quadratic formulas
- simultaneous equation +pattern+ algebra
- program for quardic equation in c
- put into a quadratic equation
- solve bracket equation
- systems of equations pros and cons
- quadratics and simultaneous equations
- solve equation online step by step
- inventor simultaneous equation
- equation solver step by step
- solving simultaneous equations the easy way
- hardest math equation
- ti89 quadratic solver
- solving quadradic equations online calculator
- how to quadratics
- youtube - quick maths - simultaneous equation
- emaples of quadratic equations we use in life
- online calculator to solve economic problems

(8x 2y) (3x+4y)=


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