CSAT Solved Papers/ 2022/Q16

2022 CSAT — Q16

Quant Logical & quantitative reasoning 2.5 marks Easy

If the order of the letters in the English alphabet is reversed and each letter represents the letter whose position it occupies, then which one of the following represents ‘LUCKNOW’?

  1. A OGXPMLD
  2. B OGXQMLE
  3. C OFXPMLE
  4. D OFXPMLD Answer

Worked rationale

Reversing the alphabet maps each letter to its complement: position k27kk \mapsto 27 - k, i.e. AZ, BY, , MNA\leftrightarrow Z,\ B\leftrightarrow Y,\ \dots,\ M\leftrightarrow N.

Encode LUCKNOW letter by letter:

  • L(12)2712=15=OL\,(12) \to 27-12 = 15 = O
  • U(21)6=FU\,(21) \to 6 = F
  • C(3)24=XC\,(3) \to 24 = X
  • K(11)16=PK\,(11) \to 16 = P
  • N(14)13=MN\,(14) \to 13 = M
  • O(15)12=LO\,(15) \to 12 = L
  • W(23)4=DW\,(23) \to 4 = D

Reading off: OFXPMLD\mathbf{OFXPMLD}.

Answer: (d) OFXPMLD.

Why the other options miss

  • A
    an arithmetic slip: maps U(21)GU\,(21) \to G instead of FF (uses 272027-20, an off-by-one on UU‘s position).
  • B
    an arithmetic slip: two slips (UGU\to G, KQK\to Q, WEW\to E) compounding the position arithmetic.
  • C
    an arithmetic slip: correct except W(23)DW\,(23)\to D is mis-set to E(=2722)E\,(=27-22).

Specialist insight

Use the single rule k27kk \mapsto 27 - k and lock the easy anchors first: MNM\leftrightarrow N is the centre, and AZA\leftrightarrow Z the ends. The distractors are engineered as one-letter slips (especially UFU\to F vs GG and WDW\to D vs EE), so verify the two trickiest letters (U,WU, W) rather than the obvious ones. 2721=6=F27 - 21 = 6 = F and 2723=4=D27 - 23 = 4 = D settle it.

The trap, in one line

k27kk\mapsto 27-k: UFU\to F (not GG) and WDW\to D (not EE) decide it \Rightarrow OFXPMLD == (d).

← All 2022 CSAT questions