

InterviewSolution
Saved Bookmarks
1. |
Show that 4832718 is divisible by 11. |
Answer» (Sum of digits at odd places) - (Sum of digits at even places) = (8 + 7 + 3 + 4) - (1 + 2 + 8) = 11, which is divisible by 11 Hence, 4832718 is divisible by 11. |
|