When the roots of the polynomial
are removed from the number line, what remains is the union of disjoint open intervals. On how many of these intervals is positive?
- A)
- B)
- C)
- D)
- E)
Answer
C
Key insight
P is positive for x > 10 and its sign flips only when crossing a root of odd multiplicity; track the flips at 9, 7, 5, 3, 1.
Solution
For every factor is positive, so on .
Move left across the roots one at a time. Crossing changes the sign of the single factor , which appears times, so the sign of flips exactly when is odd and stays the same when is even.
Starting from on :
| interval | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| root crossed | 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 |
| sign |
The positive intervals are , , , , , : six in all.
The answer is .
Why this works
A polynomial's sign between consecutive roots is constant, and the only thing that can change it is passing a root, where the sign flips if and only if the multiplicity is odd. Anchoring at the far right (where every factor is positive) and walking left with the parity rule produces the whole sign chart mechanically.
Alternative approach
Pair the roots: crossing an even root does nothing and crossing the odd root just below it flips the sign, so the sign is constant on each block and alternates from block to block. From the right the blocks are (with negative at the end): three positive blocks of two intervals each, so .
The trap
Starting the sign chart from the far left assuming P is positive there; the degree 55 is odd, so P is negative for x < 1.
Common mistakes
- Starting the sign chart from the far left assuming P is positive there; the degree 55 is odd, so P is negative for x < 1.
- Flipping the sign at every root, ignoring multiplicities (this happens to give here, but for the wrong reason and fails in general).
Techniques
Use an invariant, parity, or coloring argument · Compute small cases, spot the pattern, generalize