Correct option is A
Given-
Letter | Z | T | E | P | A | U | X |
Code | 8 | $ | @ | 9 | 2 | % | 6 |
Conditions:
1. If the 1stletter is a vowel and the last letter is a consonant, their codes are to be interchanged. Not followed last letter A which is not consonant
2. If the 2ndletter is a vowel and the last letter is a consonant, both are to be coded as ‘W’ - Not followedlast letter A which is not consonant
3. If the 3rdand 4thletters are consonants, both are to be coded as the code for the 3rd letter -Not followed -fourth letter E which is not consonant
4. If the 1stand 2ndletters are vowels, then both are to be coded as ‘Q’. - True - AU both are vowel.
AUTEA - code = QQ (Remaining all code according to table)
final code = QQ$@2
Option A is correct.