Identify that the given number is divisible by 4, by 8, or by both: 74,104
step 1: To check whether the given number is divisible by 4 or not we need to check that the last 2 digits of the number are divisible by 4 or not.
We have, 74,104
Since 04 is divisible by 4, the given number is also divisible by 4.
step 2: To check whether the given number is divisible by 8 or not we need to check that the last three digits of the given number are divisible by 8 or not.
Since 104 is divisible by 8, the given number is also divisible by 8.
Thus, the given number is divisible by both 4 and 8.