Mark M. answered 01/15/15
Tutor
4.9
(956)
Retired math prof. Very extensive Precalculus tutoring experience.
First, factor out the greatest common factor, 3x2, to get
3x2(8x6 -7x3 -1)
Notice that x6 is the square of x3, so if we let u = x3, the expression becomes 3x2(8u2 - 7u - 1)
= 3x2(8u + 1)(u - 1)
= 3x2(8x3 + 1)(x3 - 1)
A3 + B3 = (A + B)(A2 - AB + B2)
A3 - B3 = (A - B)(A2 + AB + B2)
So, 8x3 + 1 = (2x)3 + 13 = (2x + 1)(4x2 - 2x + 1)
and x3 - 1 = (x - 1)(x2 + x + 1)
Therefore,
24x8 - 21x5 - 3x2 =
3x2(2x + 1)(4x2 - 2x + 1)(x - 1)(x2 + x + 1)