Divisibility by 5:
How to check a number is divisible by 5?
It is very simple, check for units digit, if it is either 5 or 0, then clearly the number is divisible by 5.
Examples:
Is the number 13356890 divisible by 5?
Check the units digit in the given number
unit digit is 0, so 13356890 is divisible by 5.
Is the number 56722368553 divisible by 5?
The units digit is not 0 or 5, so the number 56722368553 is not divisible by 5.
|
|