1. A sequence is defined by the rule $a_n = 2n^2 - 3n + 1$. Which of the following correctly identifies both the constant second difference and the value of $a_5$?
- A.Second difference = 2; $a_5 = 36$
- B.Second difference = 4; $a_5 = 36$
- C.Second difference = 4; $a_5 = 41$
- D.Second difference = 2; $a_5 = 41$
View Answer
Answer: Second difference = 4; $a_5 = 36$
Find the second difference: For a quadratic $an^2 + bn + c$, the constant second difference equals $2a$. Here $a = 2$, so the second difference is $2 \times 2 = 4$. Compute $a_5$: $a_5 = 2(25) - 3(5) + 1 = 50 - 15 + 1 = 36$. Why distractors fail: Option A has the wrong second difference (2 instead of 4). Option C computes $a_5$ incorrectly, perhaps as $2(25) - 3(5) + 1 = 50 - 10 + 1 = 41$, miscalculating $3 \times 5$. Option D has both values wrong.