CSAT Solved Papers/ 2025/Q66
2025 CSAT — Q66
In a certain code if is written as and is written as , then how is written in that code?
Worked rationale
Recognise the numbers as perfect cubes and read the rule on the cube roots:
The cube root increases by : and . So the code of is . For
Answer: (b) 1331.
Why the other options miss
- A reached for the wrong shift: takes , shifting the root by instead of .
- C off by one (and then some): uses , shifting the root by ().
- D an arithmetic slip: jumps to , 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: goes up by . The decoys are exactly the cubes of — i.e. wrong root-shifts — so the only thing being tested is reading the shift correctly (, confirmed by both given pairs). Always confirm the rule on the second pair () before extending; that guards against fixing on a coincidental relation from one example.
These are cubes with the root shifted : .