CSAT Solved Papers/ 2024/Q77
2024 CSAT — Q77
If in a certain code, ‘ABCD’ is written as and ‘EFGH’ is written as , then how is ‘IJKL’ written in that code?
Worked rationale
Infer the rule from the two anchors, confirm it on both, then apply it.
Use the alphabet positions .
- ‘ABCD’ ✓
- ‘EFGH’ ✓
The code is the product of the alphabet positions of the four letters. For ‘IJKL’, the positions are :
(Compute in steps: , , .)
Answer: (a) .
Why the other options miss
- B an arithmetic slip: a multiplication error in (e.g. mis-carried), producing a near-miss product.
- C counted one letter off: shifts the block by one letter (uses ) or otherwise mis-indexes the starting position .
- D an arithmetic slip: drops a factor — e.g. computes or halves the true product through an arithmetic slip.
Specialist insight
The two anchors are deliberately consecutive-letter blocks, which lets you test the simplest rule first — product of positions — and confirm it on both before trusting it. Resist the urge to look for additions or place-value tricks: and are exactly and , an unmistakable product signature. Once verified twice, the answer is pure multiplication; the only risk left is an arithmetic slip, so multiply in clean steps () and keep the running product visible.
The code is the product of alphabet positions () — verify the rule on both anchors and multiply in steps to avoid a slip.