Divisibility by 16:
How to check a number is divisible by 16?
It is very simple, first check the last four digits of the number is divisible by 16, then the number will be divisible
by 16.
Examples:
Is the number 104661904 divisible by 16?
Take the last four digits in the given number,
last four digit is 1904, which is divisible by 16,
so 104661904 is divisible by 16.
Is the number 321564341 divisible by 16?
The last four digit of the number is 4341, which is not divisible by 16,
so the number 321564341 is not divisible by 16.
|
|