1. A pattern of dots forms triangular numbers: 1, 3, 6, 10, 15, … . The $n$th triangular number is given by $T_n = \frac{n(n+1)}{2}$. What is $T_{10}$?
- A.45
- B.50
- C.55
- D.60
View Answer
Answer: 55
Substitute into the formula: $T_{10} = \frac{10(10 + 1)}{2} = \frac{10 \times 11}{2} = \frac{110}{2} = 55$. Why the correct answer works: Direct substitution of $n = 10$ into the quadratic formula $\frac{n(n+1)}{2}$ gives 55. Why distractors fail: Option A (45) is $T_9 = \frac{9 \times 10}{2}$. Option B (50) may come from computing $\frac{10 \times 10}{2}$, forgetting the $+1$. Option D (60) may result from computing $\frac{10 \times 12}{2}$, adding 2 instead of 1.