Jo and Blair take turns counting from to one more than the last number said by the other person. Jo starts by saying " ", so Blair follows by saying " " . Jo then says " " , and so on. What is the 53rd number said?
- A)
- B)
- C)
- D)
- E)
Answer
E
Key insight
The k-th turn says k numbers, so after k turns 1+2+...+k numbers are spoken; 45 < 53 <= 55 puts the 53rd number in the 10th turn, at position 8.
Solution
The full list of numbers said is
Turn consists of the numbers through , so it has entries, and the first turns together contain numbers.
Find which turn holds the rd number: and . So the rd number is in turn , and it is the th number of that turn. Turn says , whose th entry is .
The answer is .
Why this works
The sequence is built from blocks of lengths , and the block boundaries are triangular numbers. To locate the th term, find the largest triangular number below ; the leftover tells the position inside the block, and within each block the value equals the position.
The trap
Confusing the turn number with the number said, or miscounting the position within the turn (53 - 45 = 8, not 7 or 9).
Common mistakes
- Confusing the turn number with the number said, or miscounting the position within the turn (53 - 45 = 8, not 7 or 9).
- Assuming the answer is the block number or using (choice (A)) by counting from the wrong end of the block.
Techniques
Set up the equation/formula and compute; no special trick needed · Compute small cases, spot the pattern, generalize