grabthebasics.com
home faq wannahelp feedback contact

- find the equation of quadratic formula using vertex point
- online simultaneous equations questions
- i need help with solving quadratic equations
- quadratic equation in real life problem
- quadratic equationformula that can be copied
- "parabolic sar formula" excel
- when do people use the quadratic formula3f
- how do i solve squared simultaneous equations
- hardest maths equasion
- quadratic equation negative rule
- solving the quadratic equations
- describe how quadratic equation works?
- steps: intercept form of quadratic function
- simoltaneous equation solver
- real life equations for quadratic functions in vertex form
- basic math mdas worksheets
- is it possible to have different quadratic equations with the same solution
- how quadratic equations
- example word problems in quadratic equation
- quadratic equations examples

How To Solve Simultaneous Equations


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