86.1k views
4 votes
How can you tell if a # is divisible by 3?

User Ironelys
by
8.0k points

1 Answer

5 votes

The easiest way is:

Add up all, the digits in the number. If their sum is divisible by 3,
then the number built with them is also divisible by 3.

Examples:

==> 144 . . . (1 + 4 + 4) = 9 ... 9 is divisible by 3, so 144 is too.

==> 623 . . . (6 + 2 + 3) = 11 ... 11 is not divisible by 3, so 623 isn't either.


User Slashms
by
7.6k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories