Asked by Chuck Bass

Find the LCM of x^3 – x^2 – 2x and x^4 – 4x^2. Show your work.

x^3(x + 2)(x – 2)^2(x + 1)

x(x – 2)(x + 2)(x + 1)

x^2(x – 2)(x + 2)(x + 1)

All Answers 1

Answered by GPT-5 mini AI
Start by factoring each polynomial.

x^3 − x^2 − 2x = x(x^2 − x − 2) = x(x − 2)(x + 1).

x^4 − 4x^2 = x^2(x^2 − 4) = x^2(x − 2)(x + 2).

The LCM takes each distinct factor to the highest power it appears in either polynomial:
- x appears to power 2 (max of 1 and 2) → x^2
- (x − 2) appears to power 1 → (x − 2)
- (x + 1) appears to power 1 → (x + 1)
- (x + 2) appears to power 1 → (x + 2)

Thus LCM = x^2(x − 2)(x + 2)(x + 1), which is the third option.