InterviewSolution
Saved Bookmarks
| 1. |
Study the given pattern carefully and select the number that can replace the question mark (?) in it.\(\begin{array}{*{20}{c}} {25}&{40}&{10}\\ {81}&9&9\\ ?&{16}&8 \end{array}\)1. 302. 343. 364. 32 |
|
Answer» Correct Answer - Option 4 : 32 The logic follows here is: The sum of multiplication of first and second number = (third number)3 In Row 1: 25× 40 = 103 1000 = 103 1000 = 1000 In Row 2: 81 × 9 = 93 729 = 93 729 = 729 Similarly, In Row 3: ?× 16 = 83 ?× 16 = 512 ? = 512 / 16 ? = 32 Hence, the correct answer is "32". |
|