InterviewSolution
Saved Bookmarks
| 1. |
Select the option that can replace question mark (?) in the following matrix.810241836401323?1. 362. 143. 324. 23 |
|
Answer» Correct Answer - Option 3 : 32 The logic follows here is: (First number + Second number) / 2 = Third number In Column 1, (8 + 18) = 26 Then, 26 / 2 = 13 In Column 2, (10 + 36) = 46 46 / 2 = 23 Similarly, 24 + 40 = 64 64 / 2 = 32 Hence, the correct answer is "32". |
|