Difficulty: Easy
Correct Answer: -6
Explanation:
Introduction / Context:
This question focuses on polynomial division and the use of the Remainder Theorem. When a polynomial is divisible by a linear factor like x + 1, the remainder must be zero when x is replaced by the value that makes the factor equal to zero. Here, we use that idea to determine the constant k in the given cubic polynomial.
Given Data / Assumptions:
Concept / Approach:
The Remainder Theorem states that if a polynomial f(x) is divided by (x − a), the remainder is f(a). Here, the factor is x + 1, which can be written as x − (−1). Therefore, the remainder when f(x) is divided by x + 1 is f(−1). Exact divisibility implies that this remainder is zero. So we set f(−1) = 0 and solve the resulting equation for k.
Step-by-Step Solution:
Write the polynomial as f(x) = x^3 + 2x^2 − 5x + k.For division by x + 1, use a = −1. Compute f(−1): f(−1) = (−1)^3 + 2(−1)^2 − 5(−1) + k.Calculate each term: (−1)^3 = −1, 2(−1)^2 = 2, and −5(−1) = 5.So f(−1) = −1 + 2 + 5 + k = 6 + k.Exact divisibility requires f(−1) = 0, so 6 + k = 0. Hence k = −6.
Verification / Alternative check:
We can verify by substituting k = −6 back into the polynomial and performing synthetic division or direct substitution. With k = −6, f(−1) becomes −1 + 2 + 5 − 6 = 0, confirming the remainder is zero. Alternatively, synthetic division of x^3 + 2x^2 − 5x − 6 by x + 1 will yield a quotient with no remainder, which confirms that x + 1 is indeed a factor when k = −6.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
-6
Discussion & Comments