CSAT Solved Papers/ 2022/Q29
2022 CSAT — Q29
In the series , which letter appears at the th place?
Worked rationale
The series is built from blocks: block is the first letters of the alphabet.
Block has length , so the cumulative length after blocks is .
Find the block holding position : after blocks, ; after blocks, . So position lies in block (positions –).
Within block (which is ), position is the th letter. The th letter of the alphabet is I.
Answer: (c) I.
Why the other options miss
- A counted one too few: places the block start at position but counts the offset as (e.g. uses cumulative ).
- B counted one too few: takes the offset as ( without the ), landing one letter early.
- D counted one too many: takes the offset as , over-shooting by one.
Specialist insight
Two accountings decide it: which block ( crosses at ) and the offset inside it (, since block starts at position ). The fencepost is in the offset — the block begins at , so the th letter is position . Triangular-number block-length is the workhorse for every “th term of a growing-block series.”
Cumulative after blocks; position is the th letter of block (c).