This question asks us to decipher a coding pattern based on an example and apply it to a new word. The example shows 'CAT' being coded as 'FDW'. This suggests a consistent rule is applied to each letter.
Let's examine the letter shifts using their positions in the English alphabet (A=1, B=2, C=3, ...):
The pattern identified is that each letter is replaced by the letter 3 positions after it in the alphabet (a Caesar cipher with a shift of +3).
| Original Letter | Coded Letter | Position Shift |
|---|---|---|
| C | F | $+3$ |
| A | D | $+3$ |
| T | W | $+3$ |
To find the code for 'DOG', we apply the same $+3$ shift rule to each letter:
Combining these results, 'DOG' is coded as 'GRJ'.
In a certain code language, ‘watch is disturb’ is written as ‘xr pa qn’ and ‘don’t watch him’ is written as ‘tu bg pa’. How is ‘watch’ written in the given language?
In a certain code language, ‘call on him’ is coded as ‘ol ni vc’ and ‘awaiting your call’ is coded as ‘ni dx sb’. How is ‘call’ coded in that language?
In a certain code language, 'talk to me' is coded as 'aq yt bl' and 'do not talk' is coded as 'yt me wc'. What is the code for 'talk' in that language?
In a certain code language, 'can we play' is coded as 'ae tc nx' and 'play in school' is coded as 'tc rm ef'. How is 'play' coded in that language?
In a certain code language, 'BOOK' is written as 'ZNNI' and 'SHOP' is written as 'QFNN'. How will 'NOTES' be written in that language?