What is the quadratic formula and how do I use it?

The quadratic formula is a way of solving quadratic equations of the form: ax2+bx+c=0. By plugging in the values a,b and c into it, the solutions for x can be obtained:x = [-b +/- sqrt(b2-4ac)]/2a For example, solving 2x2+3x-5=0:a = 2, b = 3, c = -5 so inputting these values into the formula above:x = [-3 +/- sqrt(32-4(2*-5)]/(2*2)x = 1 or x = -5/2These can be checked by inserting them into the original equation, or using a graphical method looking at the x-intercept coordinates.

PM

Related Maths GCSE answers

All answers ▸

z = 3x + 5y, if x = 7 and z = 41, what is 2y?


Solve the equation: x^2 + 9x + 20 = 0


Solve the simultaneous equations 2x - y = 13, x - 2y = 11


Find the equation of a straight line given two of its points (1,3) and (-2,5). Write your answer in the form y = mx + c.