InterviewSolution
Saved Bookmarks
| 1. |
Four letter clusters have been given, out of which three are alike in some manner, while one is different. Choose the odd one1. RYZ2. UBC3. FGM4. IPQ |
|
Answer» Correct Answer - Option 3 : FGM Pattern: 1. RYZ → R + 7 = Y, Y + 1 = Z 2. UBC → U + 7 = B, B + 1 = C 3. FGM → F + 7 = M ≠ G, M + 1 = N ≠ M 4. IPQ → I + 7 = P, P + 1 = Q Hence, FGM is correct. |
|