Number Substitution
Number Substitution problems replace each letter with its position number in the alphabet (A=1, B=2, ..., Z=26). Words become sequences of numbers. Some variations use A=0, B=1, or reverse numbering (A=26, B=25). These problems test your knowledge of alphabet positions and quick conversion.
What You'll Learn
Introduction to Number Substitution
Number Substitution problems replace each letter with its position number in the alphabet (A=1, B=2, ..., Z=26). Words become sequences of numbers. Some variations use A=0, B=1, or reverse numbering (A=26, B=25). These problems test your knowledge of alphabet positions and quick conversion.
Prerequisites
How to Solve Number Substitution Problems
Step 1: Identify the mapping scheme (A=1, B=2, ... or A=0, B=1, ... or A=26, B=25, ...)
Step 2: Convert each letter of the given word to its corresponding number
Step 3: Write the numbers in the same order as the letters
Step 4: For reverse coding, convert each number back to its letter
Step 5: Verify the mapping is consistent for all letters
Step 6: Answer with the coded number sequence or decoded word
Example Problem
Example 1: If A=1, B=2, C=3, ... Z=26, code 'BED'. Solution: Step 1: B=2, E=5, D=4 Step 2: Code = 2,5,4 or 254 Answer: 254 Example 2: If 1=A, 2=B, ... 26=Z, decode '12,1,20'. Solution: 12=L, 1=A, 20=T → LAT Answer: LAT
Pro Tips & Tricks
- A=1, B=2, C=3, D=4, E=5, F=6, G=7, H=8, I=9, J=10, K=11, L=12, M=13
- N=14, O=15, P=16, Q=17, R=18, S=19, T=20, U=21, V=22, W=23, X=24, Y=25, Z=26
- Vowels: A=1, E=5, I=9, O=15, U=21
- M=13 (middle), N=14 (middle+1)
- For A=26, B=25 scheme: position = 27 - original position
- Two-digit numbers (10-26) are written as is, not as separate digits
Shortcut Methods to Solve Faster
Common Mistakes to Avoid
Practice Worksheets
Practice makes perfect! Work through these worksheets to master Number Substitution. Each worksheet contains 20 questions with detailed explanations. Start from Worksheet 1 and progress through increasing difficulty levels.
Exam Importance
Number Substitution is an important topic for various competitive exams. Here's how frequently it appears:
Ready to Master Number Substitution?
Start with Worksheet 1 and work your way up to expert level! Each worksheet includes: