CSAT Solved Papers/ 2022/Q29

2022 CSAT — Q29

Quant Number theory 2.5 marks Medium

In the series AABABCABCDABCDEAABABCABCDABCDE\ldots, which letter appears at the 100100th place?

  1. A G
  2. B H
  3. C I Answer
  4. D J

Worked rationale

The series is built from blocks: block kk is the first kk letters of the alphabet.

A1AB2ABC3ABCD4ABCDE5 \underbrace{A}_{1} \mid \underbrace{AB}_{2} \mid \underbrace{ABC}_{3} \mid \underbrace{ABCD}_{4} \mid \underbrace{ABCDE}_{5}\ \cdots

Block kk has length kk, so the cumulative length after nn blocks is n(n+1)2\dfrac{n(n+1)}{2}.

Find the block holding position 100100: after 1313 blocks, 13142=91\tfrac{13\cdot 14}{2} = 91; after 1414 blocks, 14152=105\tfrac{14\cdot 15}{2} = 105. So position 100100 lies in block 1414 (positions 9292105105).

Within block 1414 (which is ABCDEFGHIJKLMNABCDEFGHIJKLMN), position 100100 is the 10091=9100 - 91 = 9th letter. The 99th 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 9292 but counts the offset as 77 (e.g. uses cumulative 9393).
  • B
    counted one too few: takes the offset as 88 (10092100 - 92 without the +1+1), landing one letter early.
  • D
    counted one too many: takes the offset as 1010, over-shooting by one.

Specialist insight

Two accountings decide it: which block (n(n+1)2\tfrac{n(n+1)}{2} crosses 100100 at n=14n=14) and the offset inside it (10091=9100 - 91 = 9, since block 1414 starts at position 9292). The fencepost is in the offset — the block begins at 9292, so the 99th letter is position 100100. Triangular-number block-length is the workhorse for every “kkth term of a growing-block series.”

The trap, in one line

Cumulative 9191 after 1313 blocks; position 100100 is the 99th letter of block 1414 =I= I \Rightarrow (c).

← All 2022 CSAT questions