Two-Character Mixed

Two-Character Mixed problems involve finding the water image of two-character strings that combine different types of characters (letter+digit, letter+symbol, digit+symbol). These problems test your ability to apply different transformation rules for different character types within the same string.

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

Introduction to Two-Character Mixed

Two-Character Mixed problems involve finding the water image of two-character strings that combine different types of characters (letter+digit, letter+symbol, digit+symbol). These problems test your ability to apply different transformation rules for different character types within the same string.

Prerequisites

Letter water images Digit water images Symbol water images String reversal concept
Why This Matters: Two-Character Mixed problems appear in 1-2 questions in SSC CGL and Banking exams. They test comprehensive water image application.

How to Solve Two-Character Mixed Problems

1

Step 1: Write the given two-character string

2

Step 2: Reverse the order of the characters

3

Step 3: For each character in the reversed string, find its water image based on its type

4

Step 4: For letters: apply letter water image rules

5

Step 5: For digits: apply digit water image rules

6

Step 6: For symbols: apply symbol water image rules

7

Step 7: Combine the transformed characters in order

Pro Strategy: Identify each character's type first, then apply the appropriate transformation rule. Remember to reverse the order before applying individual transformations.

Example Problem

Example: Find the water image of 'M6'. Solution: Step 1: Given string: M 6 Step 2: Reverse order: 6 M Step 3: Water image of 6 = 9 (digit rule) Step 4: Water image of M = W (letter rule) Step 5: Combine: 9 W Step 6: Water image of 'M6' is '9W' Answer: 9W

Pro Tips & Tricks

  • Always reverse the string order first
  • Handle each character type with its specific rules
  • Letters: A,H,I,O,T,U,V,X,Y remain same; M↔W
  • Digits: 0,1,8 remain same; 6↔9
  • Symbols: +,-,*,= remain same; /↔\
  • Mixed strings require careful attention to each character's type

Shortcut Methods to Solve Faster

Water image = reverse(string) with each character transformed by its type rule
For symmetrical characters: water image = reverse(string)
For M/W pairs: swap M↔W and reverse
For 6/9 pairs: swap 6↔9 and reverse
For /\ pairs: swap /↔\ and reverse

Common Mistakes to Avoid

Applying wrong transformation rules to a character
Forgetting to reverse the order
Transforming characters before reversing
Mixing up letter and digit rules

Exam Importance

Two-Character Mixed 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 Two-Character Mixed?

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