Respuesta :

Answer:

To test whether or not a number is divisible by 4 is to check to see if the number that’s made from the final two digits of the original number is itself divisible by 4. If it is, then the entire number is divisible by 4 too.

Whole numbers are divisible by 4 if the number formed by the last two individual digits is evenly divisible by 4. For example, the number formed by the last two digits of the number 3628 is 28, which is evenly divisible by 4 so the number 3628 is evenly divisible by 4. I’m pretty sure.