InterviewSolution
Saved Bookmarks
| 1. |
Out of the given options, three are similar in a certain manner. However, one option is NOT like the other three. Select the option which is different from the rest.1. FGH2. ABC3. CEG4. UVW |
|
Answer» Correct Answer - Option 3 : CEG The logic follows here is: FGH → F + 1 = G, G + 1 = H. ABC → A + 1 = B, B + 1 = C. CEG → C + 2 = E, E + 2 = G. UVW → U + 1 = V, V + 1 = W. Hence, "CEG" is the correct answer. |
|