In a standardized coding system:
1. Each consonant in a word is replaced by the letter that is positions ahead of it in the English alphabetical order, where is the total count of vowels present in that specific word.
2. Each vowel is replaced by its reverse alphabetical counterpart (where , , etc.), and then shifted backward by positions in the English alphabet.
3. Finally, the sequence of letters obtained is written in reverse order.
If the word PRACTICE is coded as SFOFWUS using this rule, what is the code for the word DIPLOMAT?
Cevap: WWPIOSOG / W W P I O S O G / wwpiosog
Cevap
WWPIOSOG
The correct answer is obtained by first identifying that DIPLOMAT contains 3 vowels (I, O, A), making . Each consonant is shifted forward by 3 positions (D G, P S, L O, M P, T W). Each vowel is mapped to its reverse letter and then shifted back 3 places (I R O, O L I, A Z W). Combining these gives GOSOI PWW, which when reversed yields WWPIOSOG.
Adım Adım Çözüm
Anahtar Kavram
Multi-rule Alphanumeric Transformation and Positional Reversal
Tahmini Süre:2m 30s