CSAT Solved Papers/ 2023/Q55

2023 CSAT — Q55

Quant Logical & quantitative reasoning 2.5 marks Hard

What is the middle term of the sequence

Z,Z,Y,Y,Y,X,X,X,X,W,W,W,W,W,,A?Z, Z, Y, Y, Y, X, X, X, X, W, W, W, W, W, \dots, A?
  1. A H
  2. B I Answer
  3. C J
  4. D M

Worked rationale

The blocks run with growing length: ZZ appears 22 times, YY thrice, XX four times, WW five times — the kk-th letter (counting ZZ as k=1k=1) appears k+1k+1 times, down to AA (k=26k = 26, appearing 2727 times).

Total number of terms:

k=126(k+1)=26272+26=351+26=377.\sum_{k=1}^{26}(k+1) = \frac{26\cdot 27}{2} + 26 = 351 + 26 = 377.

The middle term of 377377 terms is the 377+12=189\frac{377+1}{2} = 189th term.

Cumulative count through the first jj letters is k=1j(k+1)=j(j+3)2\sum_{k=1}^{j}(k+1) = \dfrac{j(j+3)}{2}. Find jj with the 189189th term:

  • j=17j = 17: 17202=170\frac{17\cdot 20}{2} = 170.
  • j=18j = 18: 18212=189\frac{18\cdot 21}{2} = 189.

So terms 171171189189 are the 1818th letter, and the 189189th term is its last. The 1818th letter counting down from ZZ is Z,Y,X,W,V,U,T,S,R,Q,P,O,N,M,L,K,J,IZ, Y, X, W, V, U, T, S, R, Q, P, O, N, M, L, K, J, \mathbf{I}I.

Answer: (b) I.

Visual solution

The same solve, worked by hand — read it, then trace it.

Hand-drawn worked solution for UPSC 2023 CSAT Q55 — Logical & quantitative reasoning
Tap the drawing to open it full size for the fine detail.

Why the other options miss

  • A
    counted one too many: counts 1919 letters down (or miscounts the cumulative block boundary), landing one letter past II.
  • C
    counted one too few: stops at the 1717th letter (cumulative 170<189170 < 189), one short of the block containing term 189189.
  • 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 ((k+1)=377\sum (k+1) = 377, so the middle is the 189189th) and the cumulative block boundary (j(j+3)2\frac{j(j+3)}{2}, which hits 189189 exactly at j=18j = 18). The closed forms beat tallying 377377 letters by hand. The lone trap is the alphabet index — letter 1818 down from ZZ is II, not the 1818th letter up from AA; confusing direction gives RR, and an off-by-one gives HH or JJ.

The trap, in one line

377377 terms \Rightarrow middle is the 189189th; cumulative j(j+3)2=189\frac{j(j+3)}{2} = 189 at j=18j = 18, the 1818th letter down from ZZ is II \Rightarrow (b).

← All 2023 CSAT questions