Factor Completely
a.
x^2-5x-3
b.
x^2+23x+24
c.
6x^4-54x^2
d.
20x^2+100x+40
In general there are a number of ways of factoring. The last-ditch, but always working, method is to set the quadratic equal to zero and use the quadratic equation. This gives two solutions, x = a and x = b. Then the quadratic factors as (x - a)(x - b). (I call this a "last-ditch" method because it is the least elegant of the factoring methods.)Originally Posted by pashah
a)This one just isn't going to factor nicely, so I'm going to use the quadratic formula to do this. The solutions to the quadratic, when set equal to zero are
. Thus
Usually when we factor we factor over rational numbers, so I'm guessing there may be a typo here?
b)This also is ugly and can be done using the quadratic formula.
c)The common factor in both terms is
, so
(Using the difference of two squares factorization.)
d)First factor out the common factor of 20:
.
We may factor the remaining quadratic by the "guess method." Since the coefficient of the x^2 term inis 1 we know that it factors as
. All we need do is guess at a and b.
So we know that ab = 4 and a + b = -5. Thus a and b are some combination offrom the first equation and we get a = -1, b = -4 by trial and error from the second equation. Thus:
. So we finally have:
.
-Dan
A standard way to see if a quadratic has "nice" factors is called the "ac method." Consider, for example, the problem of factoring the quadratic. (Given some practice at factoring you might be able to guess how this factors.)
Start by multiplying the coefficient of x^2 and the constant term: 3*-4 = -12. Now list all the factors of -12:
1, -12
2, -6
3, -4
4, -3
6, -2
12, -1.
Now find which of these pairs adds up to the coefficient of the x term: 11.
1 - 12 = -11
2 - 6 = -4
3 - 4 = -1
4 - 3 = 1
6 - 2 = 4
12 - 1 = 11 <-- This is it!
Now we use this in the original expression:
and we proceed by factoring by grouping:
![]()
.
It's kinda long, but it always works if the quadratic factors over the rational numbers. If you can't get it to work, that means that you need to use the quadratic formula to find the factors.
As a second example, let's do problem a) this way:
.
So we multiply the coefficient of x^2 and the constant: 1*-3 = -3 and list all the factors of -3:
1, -3
3, -1.
Which of these pairs adds up to the coefficient of the x term: -5?
1 - 3 = -2
3 - 1 = 2.
None of them add to -5. Thus we need to use the quadratic formula, as I did in the previous post.
-Dan