Letter-Number Combination

Letter-Number Combination problems involve finding the water image of strings that contain both letters and digits. These problems require applying letter transformation rules to letters and digit transformation rules to digits, while also reversing the order of all characters.

10Worksheets
200+Practice Questions
IntermediateDifficulty
2-3 hoursHours to Master

Introduction to Letter-Number Combination

Letter-Number Combination problems involve finding the water image of strings that contain both letters and digits. These problems require applying letter transformation rules to letters and digit transformation rules to digits, while also reversing the order of all characters.

Prerequisites

Letter water images Digit water images String reversal Character type identification
Why This Matters: Letter-Number Combination problems appear in 1-2 questions in SSC CGL and Banking exams. They test comprehensive alphanumeric water image reasoning.

How to Solve Letter-Number Combination Problems

1

Step 1: Write the given alphanumeric string

2

Step 2: Reverse the order of all characters

3

Step 3: For each character in the reversed string, identify its type (letter or digit)

4

Step 4: Apply letter water image rules to letters

5

Step 5: Apply digit water image rules to digits

6

Step 6: Combine the transformed characters in order

7

Step 7: This is the water image of the original string

Pro Strategy: Treat letters and digits separately. Always reverse first, then transform each character based on its type. The water image will be an alphanumeric string of the same length.

Example Problem

Example: Find the water image of 'A8'. Solution: Step 1: Given string: A 8 Step 2: Reverse order: 8 A Step 3: Water image of 8 = 8 (digit remains same) Step 4: Water image of A = A (letter remains same) Step 5: Combine: 8 A Step 6: Water image of 'A8' is '8A' Answer: 8A

Pro Tips & Tricks

  • Always reverse the entire string first
  • Letters: symmetrical ones (A,H,I,O,T,U,V,X,Y) remain same; M↔W
  • Digits: 0,1,8 remain same; 6↔9
  • The water image may be a different alphanumeric string
  • Practice with different combinations (letter-digit, digit-letter, letter-digit-letter)
  • Remember that order reversal is just as important as character transformation

Shortcut Methods to Solve Faster

Water image = reverse(string) with each character transformed
For symmetrical letters and digits: water image = reverse(string)
For M/W: swap in reversed string
For 6/9: swap in reversed string
Apply transformations after reversal

Common Mistakes to Avoid

Forgetting to reverse the order
Applying wrong transformation to a character
Transforming characters before reversing
Not distinguishing between letters and digits

Exam Importance

Letter-Number Combination is an important topic for various competitive exams. Here's how frequently it appears:

SSC CGL
1-2 questions
BANKING PO
1-2 questions
RAILWAYS RRB
1-2 questions
INSURANCE
1-2 questions

Ready to Master Letter-Number Combination?

Start with Worksheet 1 and work your way up to expert level! Each worksheet includes:

20 practice questions
Detailed solutions
Step-by-step explanations
Start Practicing Now