InterviewSolution
Saved Bookmarks
| 1. |
Four pairs of numbers have been given, out of which three are alike in some manner while one is different. Pick out the odd one. 1. 14, 292. 11, 233. 17, 374. 21, 43 |
|
Answer» Correct Answer - Option 3 : 17, 37 The pattern followed here is: Option 1 → 14 × 2 + 1 = 29 Option 2 → 11 × 2 + 1 = 23 Option 3 → 17 × 2 + 3 = 37 Option 4 → 21 × 2 + 1 = 43 All follow the same pattern except '17, 37' Hence, '17, 37' is the odd pair. |
|