Match each coded string in List-I with its corresponding original word and transformation logic in List-II.
- RVPERNPENCIL (Consonants shifted forward by +2; Vowels replaced by reverse alphabetical position letters)
- TDIWHMGARDEN (Consonants replaced by reverse alphabetical position letters; Vowels shifted forward by +3)
- GJPUFPFLOWER (Odd-positioned letters shifted forward by +1; Even-positioned letters shifted backward by -2)
- BMQSDMPLANET (Word split into two 3-letter halves, each half reversed; 1st half shifted +1, 2nd half shifted -1)
Answer
RVPERN pairs with PENCIL (Consonants +2; Vowels reversed); TDIWHM pairs with GARDEN (Consonants reversed; Vowels +3); GJPUFP pairs with FLOWER (Odd positions +1; Even positions -2); BMQSDM pairs with PLANET (Halves reversed; 1st half +1, 2nd half -1).
Each coded string strictly adheres to a unique multi-step rule: RVPERN uses consonant +2 shift and vowel reverse position; TDIWHM uses consonant reverse position and vowel +3 shift; GJPUFP uses alternating odd (+1) and even (-2) positional shifts; BMQSDM uses half-word reversal combined with +1 and -1 shifts respectively.
Step-by-Step Solution
Key Concept
Complex Multi-Rule Coding and Decoding (Vowel/Consonant Dual Rules, Positional Shifts, Half-Reversals)