How many five digit positive integers divisible by 3 can be formed using the digits 0, 1, 2, 3, 4, and 5 without any of the digits repeating?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
A positive integer is divisible by 3 iff the sum of its digits is also divisible by 3. Forming them from five of the digits of 0, 1, 2, 3, 4, and 5 has only two possible combinations 0 + 1 + 2 + 4 + 5 = 1 2 and 1 + 2 + 3 + 4 + 5 = 1 5 .