

InterviewSolution
Saved Bookmarks
1. |
Which of the following numbers is divisible by 3 ? (i) 541326 (ii) 5967013 |
Answer» (i) Sum of digits in 541326 = (5 + 4 + 1 + 3 + 2 + 6) = 21, which is divisible by 3. Hence, 541326 is divisible by 3. (ii) Sum of digits in 5967013 =(5 + 9 + 6 + 7 + 0 + 1 + 3) = 31, which is not divisible by 3. Hence, 5967013 is not divisible by 3. |
|