
Christy N. answered 10/06/15
Tutor
5
(11)
Making Math Make Sense
The quadratic formula is used when a quadratic equation (ax2+bx+c = 0) is un-factorable.
If you were given, for example, the equation 2x2 - 5x - 3 = 0, you wouldn't need the quadratic formula. You could just factor the equation to (2x + 1) (x - 3)=0 and solve from there (by setting each binomial equal to zero and solving for your two solutions).
Occasionally, however, you may be given a problem like 2x2 - 3x - 1 = 0 which would be considered un-factorable. In this case, you would use the quadratic formula
X = (-b +- sqrt b2-4ac)/2a
matching parts of
ax2+bx+c=0 and
2x2 -3x -1=0
we find a = 2, b = -3, and c = -1
Now, just substitute those values into the quadratic formula and you have your answer(s)
x =[ -(-3) +- sqrt of (-3)2 -4 (2)(-1)]/2(2)
x = [3 +- sqrt of 17]/4
Technically, you could always use the quadratic formula (even on equations that are factorable...it would just be A LOT more work than necessary)