InterviewSolution
Saved Bookmarks
| 1. |
Select the figure that will replace the question mark (?) in thethird row.Row1: 6, 24, 14Row2: 7,18, 13Row3: 4, ?, 91. 152. 293. 184. 22 |
|
Answer» Correct Answer - Option 1 : 15 In each row, difference of last and first number is multiplied by 3 to get the middle number. Therefore, the pattern followed here is : Row 1 : (14 - 6)× 3 = 8× 3 = 24 Row 2 : (13 - 7)× 3 = 6× 3 = 18 Row 3 : (9 - 4)× 3 = 5× 3 = 15 Hence, 15 is the correct answer. |
|