Question:easy

In a specific code, "TRUTH" is coded as "7-18-21-20-8" and "FALSE" is coded as "6-1-12-19-5". How would "LOGIC" be coded if the rule changes such that every vowel is shifted by +2 in the alphabet before being converted to its numerical position?

Show Hint

Always identify vowels vs consonants first, as they often follow different logic rules.
Updated On: Jun 12, 2026
  • 12-17-7-11-3
  • 12-15-7-9-3
  • 12-17-7-9-3
  • 10-17-5-9-1
Show Solution

The Correct Option is A

Solution and Explanation

Step 1: Understand the base rule.
Each letter is replaced by its position in the alphabet (A=1, ..., Z=26), and then every vowel gets an extra $+2$ before being written.
Step 2: Write the plain positions of LOGIC.
L=12, O=15, G=7, I=9, C=3.
Step 3: Mark the vowels.
In LOGIC the vowels are O and I; L, G, C are consonants and stay unchanged.
Step 4: Shift the vowel O.
O is $15$, so $15 + 2 = 17$.
Step 5: Shift the vowel I.
I is $9$, so $9 + 2 = 11$.
Step 6: Assemble the code.
Putting the values in order: $12, 17, 7, 11, 3$, which is $12$-$17$-$7$-$11$-$3$.
\[ \boxed{12\text{-}17\text{-}7\text{-}11\text{-}3} \]
Was this answer helpful?
0