CSAT Solved Papers/ 2025/Q66

2025 CSAT — Q66

Quant Logical & quantitative reasoning 2.5 marks Medium

In a certain code if 6464 is written as 343343 and 216216 is written as 729729, then how is 512512 written in that code?

  1. A 1000
  2. B 1331 Answer
  3. C 1728
  4. D 2197

Worked rationale

Recognise the numbers as perfect cubes and read the rule on the cube roots:

64=43343=73,216=63729=93.64 = 4^3 \to 343 = 7^3,\qquad 216 = 6^3 \to 729 = 9^3.

The cube root increases by 33: 474 \to 7 and 696 \to 9. So the code of n3n^3 is (n+3)3(n+3)^3. For

512=83(8+3)3=113=1331.512 = 8^3 \to (8+3)^3 = 11^3 = 1331.

Answer: (b) 1331.

Why the other options miss

  • A
    reached for the wrong shift: takes (n+2)3=103(n+2)^3 = 10^3, shifting the root by 22 instead of 33.
  • C
    off by one (and then some): uses 12312^3, shifting the root by 44 (8128 \to 12).
  • D
    an arithmetic slip: jumps to 13313^3, overshooting the root shift.

Specialist insight

The unlock is spotting that both numbers and both codes are perfect cubes, turning a coding puzzle into a one-line rule on the roots: 3\sqrt[3]{\cdot} goes up by 33. The decoys are exactly the cubes of 10,12,1310, 12, 13 — i.e. wrong root-shifts — so the only thing being tested is reading the shift correctly (+3+3, confirmed by both given pairs). Always confirm the rule on the second pair (696 \to 9) before extending; that guards against fixing on a coincidental relation from one example.

The trap, in one line

These are cubes with the root shifted +3+3: 512=83113=1331512 = 8^3 \to 11^3 = 1331.

← All 2025 CSAT questions