27.2k views
5 votes
How can we tell if a number is divisible by 4

User Jiana
by
7.7k points

2 Answers

2 votes

Answer: You take the last two digits of the original number and see if they are divisible by 4.

Step-by-step explanation: Take your original number and find the last two digits. If they are divisible by 4, then the original number is divisible by 4.

User Hasanaydogar
by
7.9k points
6 votes

Answer:

Check the last two digits of the number, if they are divisible by 4 then the entire number is divisible by 4.

Solution:

To check if a number is divisible by 4, there are certain rules.

If a number has more than 2 digits the way to check if it is divisible by 4 is;

Check the tens and ones place, if the last two digits are divisible by 4 then the entire number is divisible by 4.

Also if the tens digit is even then the ones place has to be 0, 4, 8. But if the tens digit is odd then the ones digit must either be 2 or 6.

User Artoon
by
8.3k points