Correct option is B
Given:
T % N 9 * M S 3 U = L 8 Y @ G & 3 E > W
The Letters are immediately followed by a symbol and immediately preceded by a number.
So, the sequence will be Number, Letter, Symbol.
T % N: No match (no preceding number).
9 * M: Does not match, as the letter M is not between a number and a symbol.
3 U =: Matches the criteria:
3 (number) → U (letter) → = (symbol).
8 Y @: Matches the criteria:
8 (number) → Y (letter) → @ (symbol).
3 E >: Matches the criteria:
3 (number) → E (letter) → > (symbol).
Here, 3 pairs are immediately followed by a symbol and immediately preceded by a number.
3U=, 8Y@, 3E>
3, is the correct answer
Thus, the correct option is (b)
Alternate:
Here, 3 pairs are immediately followed by a symbol and immediately preceded by a number.
3U=, 8Y@, 3E>
3, is the correct answer
Thus, the correct option is (b)