CSAT Solved Papers/ 2023/Q55
2023 CSAT — Q55
What is the middle term of the sequence
Worked rationale
The blocks run with growing length: appears times, thrice, four times, five times — the -th letter (counting as ) appears times, down to (, appearing times).
Total number of terms:
The middle term of terms is the th term.
Cumulative count through the first letters is . Find with the th term:
- : .
- : .
So terms – are the th letter, and the th term is its last. The th letter counting down from is — I.
Answer: (b) I.
Visual solution
The same solve, worked by hand — read it, then trace it.
Why the other options miss
- A counted one too many: counts letters down (or miscounts the cumulative block boundary), landing one letter past .
- C counted one too few: stops at the th letter (cumulative ), one short of the block containing term .
- D an arithmetic slip: mis-totals the sequence length or the middle position, landing in a much earlier block.
Specialist insight
Two counts must be exact: the total (, so the middle is the th) and the cumulative block boundary (, which hits exactly at ). The closed forms beat tallying letters by hand. The lone trap is the alphabet index — letter down from is , not the th letter up from ; confusing direction gives , and an off-by-one gives or .
terms middle is the th; cumulative at , the th letter down from is (b).