InterviewSolution
Saved Bookmarks
| 1. |
How many numbers from 33 to 143 are divisible by both 4 and 7?1). 42). 53). 34). 6 |
|
Answer» When a number is divisible by both 4 and 7, then the number is ALSO divisible by 4 × 7 = 28. The numbers from 33 to 143 which are divisible by 28 are 56, 84, 112 and 140 Hence, there are 4 numbers between 33 and 143 which are divisible by 4 and 7. |
|