asked 72.5k views
4 votes
How can u tell if a number is divisible by 3?

asked
User Tigz
by
8.3k points

1 Answer

3 votes
To check for divisibility by 3 just check if the sum of all the digits in the number are divisible by 3. If so, the number itself must also be divisible by 3. For example, is 1,529 divisible by 3? Well, the sum of the digits of 1,529 is 1+5+2+9=17. Since 17 is not divisible by 3, we can conclude that 1,529 is also not divisible by 3. How about 1,530? Well, this time the sum is 1+5+3+0=9. Since 9 is divisible by 3, we know that 1,530 is divisible by 3 too.
answered
User Smooth Reggae
by
8.8k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.