Correct option is B
Let's analyze the pattern used in the code language:
Given Examples:
1. CRUSADE → ETTUZFD
· C → E (+2)
· R → T (+2)
· U → T (-1)
· S → U (+2)
· A → Z (-1)
· D → F (+2)
· E → D (-1)
2. MUSICAL → OTUHEZN
· M → O (+2)
· U → T (-1)
· S → U (+2)
· I → H (-1)
· C → E (+2)
· A → Z (-1)
· L → N (+2)
Observations:
·The pattern alternates between adding 2 (+2) in consonants and subtracting 1 (-1) to vowels the corresponding letters.
Apply the same pattern to "AUGUST":
1. A → Z (-1)
2. U → T (-1)
3. G → I (+2)
4. U → T (-1)
5. S → U (+2)
6. T → V (+2)
Therefore, "AUGUST" is coded as: ZTITUV
Answer:
The correct answer is (b) ZTITUV.