If a 3-digit number is randomly chosen, what is the probability that either the number itself or some permutation of the number (which is a 3-digit number) is divisible by 4 and 5?
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.
The number of 3-digit integers is 100 to 999 hence N = 9 0 0 , the number of ways to choose a 3-digit integers.
The required integer is one with a permutation divisible by 4 and 5 or divisible by 20. Consider a 3-digit number a b 0 . Then 2 0 a b 0 = 2 a b . We note that a b is divisible by 2 only if b is even. Therefore the permutation must end with 00, 20, 40, 60 or 80. There are four cases to consider.
Then the probability P r = N N 0 0 + N 1 2 0 + N 2 2 0 + N 4 2 0 = 9 0 0 9 + 8 0 + 8 + 2 4 = 9 0 0 1 2 1 . Therefore, the solution is None of the others .