If we randomly construct a nine-digit number using each of the digits 1, 2, 3, 4, 5, 6, 7, 8, 9 exactly once, what is the probability that it is divisible by 6?
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 number that is divisible by 6 has to be even and divisible by 3. Since all numbers that can be constructed have digit sum 45, they are all multiples of 3. Hence, it is divisible by 6 if and only if the last digit is even (such that the number is a multiple of 2). This occurs with probability 4/9 .