A five digit number divisible by 3 is to be formed using the digits 0, 1, 2, 3, 4 and 5, without repetition. The total number of ways this can be done is.
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.
For a number to be divisible by 3, its sum of digits should be divisible by 3. For a five digit number, with the above choices, the number can be made by only excluding either 3 or 0. (0+1+2+3+4+5=15, 15-0=15, 15-3=12)
Excluding 0, numbers possible = 5! =120
Excluding 3, 0 cannot be used as the first digit, hence numbers possible = 4x4x3x2x1=96 Total =120+96= 216