Correct option is B
Information Given:
A: HIK
B: FHI
C: XYA
D: KLN
Logic:
Common pattern: 1st → 2nd = +1, 2nd → 3rd = +2 (with wrap-around if needed).
Explanation:
A: H → I (+1), I → K (+2) ✔
B: F → H (+2), H → I (+1) ✘
C: X → Y (+1), Y → A (+2, wrap-around) ✔
D: K → L (+1), L → N (+2) ✔
Only FHI does not follow the common pattern.
Final Answer:
FHI
Final Correct Option:
B