Introduction
Word Rearrangement Codes change the order of letters in a word according to a fixed positional rule - for example, reversing the word, swapping pairs, moving vowels to the front, or rotating letters. These questions test your ability to spot positional patterns and apply the same reordering to new words quickly.
This pattern is important because many competitive exams use rearrangement rules as a quick check of positional reasoning and attention to letter-ordering.
Pattern: Word Rearrangement Code
Pattern
The key concept is: the letters of the original word are repositioned according to a consistent rule (e.g., reverse order, swap adjacent pairs, rotate left/right by n, place vowels first, or interleave ends). Identify the positional map from examples and apply it to the target word.
Common rearrangement maps to test for:
- Reverse: ABCD → DCBA
- Swap pairs: ABCD → BADC
- Rotate right/left: ABCD → DABC (right) or BCDA (left)
- Vowels first: FLOW → OFLW (vowels moved ahead)
- Interleave ends: ABCDE → A E B D C (take outer letters inward)
Step-by-Step Example
Question
In a certain code the word BRAVE is written as EBRAV. What is the code for PLAIN?
Solution
-
Step 1: Identify the positional change
Compare BRAVE → EBRAV: original letters B R A V E; coded letters E B R A V. Notice that the last letter E moved to the front, and the rest shifted right by one position. The rule = rotate right by 1 (last letter becomes first). -
Step 2: Apply the rule to PLAIN
Original P L A I N → move last letter N to front, then append P L A I → Result = NPLAI. -
Final Answer:
NPLAI -
Quick Check:
Reverse-test BRAVE: rotate right by 1 → E B R A V (matches given). Applied to PLAIN → N P L A I ✅
Quick Variations
1. Reverse the whole word (simple).
2. Swap adjacent pairs: ABCD → BADC.
3. Move first letter to end repeatedly (left rotate).
4. Place vowels first in their original order, then consonants.
5. Interleave letters from ends toward center (A, E, B, D, C).
Trick to Always Use
- Step 1: Compare first and last letters between example and coded word to detect rotations or end-swaps.
- Step 2: Check positions of vowels vs consonants to spot vowel-front rules or preserved relative order.
- Step 3: Test the suspected map on a second example mentally (or on paper) before applying to the target.
Summary
Summary
- Rearrangement code means letters are moved according to a fixed positional rule.
- Common patterns: reverse, rotate, swap pairs, vowels-first, interleave ends.
- Compare first and last letters to detect the nature of movement.
- Apply the same mapping to get the code for the new word.
Example to remember:
BRAVE → EBRAV (rotate right by 1) ⇒ PLAIN → NPLAI
