Relative After/Before
Relative After/Before problems ask you to find a letter that comes a certain number of positions after or before a given letter in the English alphabet. These problems test your knowledge of alphabet order and positional relationships.
What You'll Learn
Introduction to Relative After/Before
Relative After/Before problems ask you to find a letter that comes a certain number of positions after or before a given letter in the English alphabet. These problems test your knowledge of alphabet order and positional relationships.
Prerequisites
How to Solve Relative After/Before Problems
Step 1: Identify the base letter given in the problem
Step 2: Note the number of positions to move (offset value)
Step 3: Determine direction: 'after' means move forward, 'before' means move backward
Step 4: Find the position number of the base letter (A=1, B=2, ... Z=26)
Step 5: Add offset for 'after' or subtract offset for 'before' to get target position
Step 6: If position exceeds 26, wrap around to beginning (modulo 26)
Step 7: Convert the target position back to the corresponding letter
Step 8: Verify your answer by counting manually if needed
Example Problem
Example 1: Which letter is 5 positions after 'P'? Solution: Step 1: Base letter = P Step 2: P is position 16 Step 3: After means add: 16 + 5 = 21 Step 4: Position 21 = U Answer: U Example 2: Which letter is 3 positions before 'M'? Solution: Step 1: Base letter = M (position 13) Step 2: Before means subtract: 13 - 3 = 10 Step 3: Position 10 = J Answer: J
Pro Tips & Tricks
- Memorize key positions: A=1, E=5, J=10, O=15, T=20, Z=26 as reference points
- For 'after' problems, use the mnemonic: forward = add
- For 'before' problems, backward = subtract
- When crossing Z while going forward, subtract 26 from the result
- When crossing A while going backward, add 26 to the result
- Create a mental alphabet strip or write A-Z for quick reference
Shortcut Methods to Solve Faster
Common Mistakes to Avoid
Practice Worksheets
Practice makes perfect! Work through these worksheets to master Relative After/Before. Each worksheet contains 20 questions with detailed explanations. Start from Worksheet 1 and progress through increasing difficulty levels.
Exam Importance
Relative After/Before is an important topic for various competitive exams. Here's how frequently it appears:
Ready to Master Relative After/Before?
Start with Worksheet 1 and work your way up to expert level! Each worksheet includes: