

InterviewSolution
Saved Bookmarks
1. |
The number of numbers divisible by 3 that can be formed by four different even digits, isA. 18B. 36C. 24D. 48 |
Answer» There are 6 even digits viz. 0, 2, 4, 6, 8. We know that a numbers is divisible by 3 if the sum of its digits is divisible by 3. Therefore, numbers must be formed by the digits 0, 2, 4, 6 or by 0, 4, 6, 8. `:.` Required number of numbres `=(4!-3!)+(4!-3!)=36`. |
|