InterviewSolution
Saved Bookmarks
| 1. |
Select the number pair which is different from the other three responses?1. 77 - 192. 92 - 233. 125 - 314. 157 - 39 |
|
Answer» Correct Answer - Option 2 : 92 - 23 The logic follows here is; LOGIC: (Second Number × 4) + 1 = First Number Check options one by one: 1. In 77 - 19: (19 × 4) + 1 = 77 2. In 92 - 23: (23 × 4) + 1 = 93 ≠ 92 3. In 125 - 31: (32 × 4) + 1 = 125 4. In 157 - 39: (39 × 4) + 1 = 157 Hence, "92 - 23" is the correct answer. |
|