Find the rule from the one example, then test it on a second letter before you trust it. Most codes are a shift, a reversal, or a position-sum.
If CAT is written as DBU, each letter moved one step forward. Coding questions hide a simple rule like that; your job is to find it and apply it.
Coding appears in almost every reasoning section. Most codes are one of four kinds: shift, reverse, opposite letter, or position number.
Shift: every letter moves the same number of steps (CAT → DBU is +1). The shift can also change per letter (+1, +2, +3 ...).
Reverse: the word is written backwards, sometimes with a shift too.
Opposite: each letter becomes its mirror in the alphabet (A <→ Z, B <→ Y). Pairs always add to 27.
Numbers: letters become their positions (CAT → 3 1 20), or the sum of positions.
If MOTHER is coded as NPUIFS, how is FATHER coded?
Answer: GBUIFS
If GOLD is coded as TLOW, how is SILK coded?
Answer: HROP
If CAT = 24, what is DOG?
Answer: 26
You get several sentences and their codes. Words common to two sentences share a common code. Compare sentences in pairs and cross out what matches.
'sky is blue' = 'ta na pa', 'blue is deep' = 'na ka ta', 'sky and sea' = 'pa ro mi'. What is the code for 'deep'?
Answer: ka
Use it when: 'pit na sa' = you are good, 'na ho pit' = are you fine ...
'la pe ro' = sweet hot coffee, 'ro ki ne' = coffee is good, 'pe ne ta' = hot good tea. Code for 'good'?
Answer: ne
If GREEN is coded TIVVM (reverse alphabet), how is BLUE coded?
Answer: YOFV
If 'water' is called 'air', 'air' is called 'fire', and 'fire' is called 'sky', what do fish live in?
Answer: air
If TEACHER is coded VGCEJGT, how is STUDENT coded?
Answer: UVWFGPV
If FRIEND is coded HUMJTK, how is CANDLE coded?
Answer: EDRIRL
7 questions with full solutions.