grabthebasics.com
home faq wannahelp feedback contact

- what are the pros and cons for graphing equations
- greeks quadratic equation
- quadratic formulas
- word problems including quadratic functions
- simutaneous equasions
- how do i solve a rubik2527s cube
- quadratic equations can be solved by graphing2c using the quadratic formula2c completing the square2c and factoring. what are the pros and cons of each of these methods3f
- meisei hot tweezers
- online quadratic vertex calculator
- c quadratic solver
- quadratic formula in vba
- solving quadratic equations with ti-86
- quadratic equation story problems
- help with quadratic equations
- equation for x squared with vertex at 281 029
- hardest math equation
- basic of quadratic equations
- mathematic form 5 quadratic equation
- usage of quadratic equations
- simultaneous equation calculation

Simultaneous Equation Solver Step By Step


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