1. Given $\mathbf{a} = \langle 4, -2, 1 \rangle$ and $\mathbf{b} = \langle -1, 3, 5 \rangle$, what is $\mathbf{a} \cdot \mathbf{b}$?
- A.$-5$
- B.$5$
- C.$-15$
- D.$15$
View Answer
Answer: $-5$
Apply the dot product formula: $\mathbf{a} \cdot \mathbf{b} = (4)(-1) + (-2)(3) + (1)(5) = -4 - 6 + 5 = -5$. Why distractors fail: Option B ($5$) ignores the signs. Option C ($-15$) may result from multiplying magnitudes or errors. Option D ($15$) takes absolute values of all products.