If in a certain code language, AIR is written as 31120, then how will GAS be coded in that language? |
9320 8321 7320 9321 |
9321 |
The correct answer is Option (4) → 9321 1. Analyze the Code for "AIR" First, identify the numerical position of each letter in the English alphabet ($A=1, B=2, \dots$):
Now, compare these positions to the code 31120:
When you concatenate these results ($3, 11, 20$), you get 31120. 2. Apply the Logic to "GAS" Follow the same steps for the word GAS:
Apply the "$+2$" rule to each position:
Concatenating these results ($9, 3, 21$) gives the code 9321. Conclusion The code for GAS is 9321. |