1. Consider $p(x) = x^3 + ax^2 + bx + 6$ where $a$ and $b$ are integers. If both $(x - 1)$ and $(x + 2)$ are factors, find the values of $a$ and $b$.
- A.$a = -2, \; b = -5$
- B.$a = 2, \; b = -5$
- C.$a = -2, \; b = -1$
- D.$a = 2, \; b = 1$
View Answer
Answer: $a = -2, \; b = -5$
Set up equations using the Factor Theorem: $(x - 1)$ is a factor $\Rightarrow p(1) = 0$: $1 + a + b + 6 = 0 \Rightarrow a + b = -7$. $(x + 2)$ is a factor $\Rightarrow p(-2) = 0$: $-8 + 4a - 2b + 6 = 0 \Rightarrow 4a - 2b = 2 \Rightarrow 2a - b = 1$. Solve the system: From $a + b = -7$ and $2a - b = 1$: adding gives $3a = -6$, so $a = -2$. Then $b = -7 - (-2) = -5$. Verify: $p(x) = x^3 - 2x^2 - 5x + 6$. Check: $p(1) = 1 - 2 - 5 + 6 = 0$ ✓. $p(-2) = -8 - 8 + 10 + 6 = 0$ ✓. The third root is $x = 3$ since $(x-1)(x+2)(x-3) = x^3 - 2x^2 - 5x + 6$. Why distractors fail: $a = 2, b = -5$: $p(1) = 1 + 2 - 5 + 6 = 4 \neq 0$. $a = -2, b = -1$: $p(1) = 1 - 2 - 1 + 6 = 4 \neq 0$. $a = 2, b = 1$: $p(1) = 1 + 2 + 1 + 6 = 10 \neq 0$.