Concept:Each letter-cluster pair follows a fixed positional shift pattern between the first and second clusters.
Explanation:Compare the alphabetical positions of the corresponding letters in each pair.
For
SL→RX:
S(19)→R(18) is
−1, and
L(12)→X(24) is
+12.
So the pattern is: first letter
−1, second letter
+12.
For
RK→QW:
R(18)→Q(17) is
−1, and
K(11)→W(23) is
+12.
This also follows the same pattern.
For
LE→KQ:
L(12)→K(11) is
−1, and
E(5)→Q(17) is
+12.
This follows the same pattern.
For
OH→MT:
O(15)→M(13) is
−2, and
H(8)→T(20) is
+12.
Here, the first-letter shift is
−2, not
−1.
Therefore, this pair does not follow the common pattern.
Answer:OHÂ -Â MT (Option 1) is the odd one out.