InterviewSolution
Saved Bookmarks
| 1. |
How many of the following numbers are divisible by 132? 264, 396, 462, 792, 968, 2178, 5184, 6336 |
|
Answer» 132 = 11 * 3 * 4 Clearly, 968 is not DIVISIBLE by 3 None of 462 and 2178 is divisible by 4 And, 5284 is not divisible by 11 Each one of the remaining four NUMBERS is divisible by each one of 4, 3 and 11. So, there are 4 such numbers. |
|