Reverse Letter-Number
Reverse Letter-Number Coding replaces each letter with its mirror position in the alphabet, where A=26, B=25, C=24, ..., Z=1. This is essentially the Atbash cipher applied to numerical coding. The relationship is: coded position = 27 - original position.
What You'll Learn
Introduction to Reverse Letter-Number
Reverse Letter-Number Coding replaces each letter with its mirror position in the alphabet, where A=26, B=25, C=24, ..., Z=1. This is essentially the Atbash cipher applied to numerical coding. The relationship is: coded position = 27 - original position.
Prerequisites
How to Solve Reverse Letter-Number Problems
Step 1: Convert the given letter to its position number (A=1, B=2, ..., Z=26)
Step 2: Calculate mirror position = 27 - original position
Step 3: Convert the mirror position back to a letter
Step 4: Apply this to each letter in the word
Step 5: For decoding, use the same formula (it is its own inverse)
Step 6: Verify the transformation is consistent for all letters
Step 7: Present the coded or decoded word
Example Problem
Example 1: Code 'CAT' using reverse letter-number coding (A=26, B=25, ...). Solution: Step 1: C=3, A=1, T=20 Step 2: C: 27-3=24→X, A:27-1=26→Z, T:27-20=7→G Step 3: Coded word = XZG Answer: XZG Example 2: Decode 'XZG' using reverse letter-number coding. Solution: X=24→27-24=3→C, Z=26→27-26=1→A, G=7→27-7=20→T → CAT Answer: CAT
Pro Tips & Tricks
- Memorize: A↔Z, B↔Y, C↔X, D↔W, E↔V, F↔U, G↔T, H↔S, I↔R, J↔Q, K↔P, L↔O, M↔N
- The middle pair: M(13) ↔ N(14)
- Formula: Mirror letter = letter at position (27 - original position)
- Opposite coding is an involution (applying twice returns original)
- Vowels map to consonants: A(1)→Z(26), E(5)→V(22), I(9)→R(18), O(15)→L(12), U(21)→F(6)
- Common words: CAT→XZG, DOG→WLT, SUN→HFM
Shortcut Methods to Solve Faster
Common Mistakes to Avoid
Practice Worksheets
Practice makes perfect! Work through these worksheets to master Reverse Letter-Number. Each worksheet contains 20 questions with detailed explanations. Start from Worksheet 1 and progress through increasing difficulty levels.
Ready to Master Reverse Letter-Number?
Start with Worksheet 1 and work your way up to expert level! Each worksheet includes: