When counting from to , is the number counted. When counting backwards from to , is the number counted. What is ?
- A)
- B)
- C)
- D)
- E)
Answer
D
Key insight
Counting backwards from 201, the number 53 is the (201 - 53 + 1)th, because inclusive counts need the extra 1.
Solution
Counting backwards from , the numbers said before reaching are , and then itself. The position of is the number of integers from to inclusive:
The answer is .
Why this works
The number of integers from to inclusive is , not . The forward count given in the problem () is a hint to apply the same inclusive rule in reverse.
Alternative approach
The list has numbers. A number in forward position has backward position , so .
The trap
Computing 201 - 53 = 148 and forgetting to add 1 for the inclusive count.
Common mistakes
- Computing 201 - 53 = 148 and forgetting to add 1 for the inclusive count.
- Using instead of when reversing the position.
Techniques
Set up the equation/formula and compute; no special trick needed