1. Given $f(x) = x^2 + bx + 10$, if $f(2) = 20$, what is the value of $b$?
- A.$b = 1$
- B.$b = 3$
- C.$b = 5$
- D.$b = -3$
View Answer
Answer: $b = 3$
Substitute x = 2 into the expression: $f(2) = (2)^2 + b(2) + 10 = 4 + 2b + 10 = 14 + 2b$. Solve for b: Set $14 + 2b = 20$, which gives $2b = 6$, so $b = 3$. Why distractors fail: Option A ($b = 1$) gives $f(2) = 4 + 2 + 10 = 16 \neq 20$. Option C ($b = 5$) gives $f(2) = 4 + 10 + 10 = 24 \neq 20$. Option D ($b = -3$) gives $f(2) = 4 - 6 + 10 = 8 \neq 20$.