2021 Fall AMC 10B #14

Problem:


Una rolls 6 standard 6-sided dice simultaneously and calculates the product of the 6 numbers obtained. What is the probability that the product is divisible by 4?

(A)34(B)5764(C)5964(D)187192(E)6364

Solution:

We use complementary probability. Note that the total number of ways is 66. Also, if the product is not divisible by 4, then a 4 cannot be rolled in any of the six rolls. Similarly, no two multiples of 2 can be rolled. This leaves us with two cases:

Case 1: No multiple of 2 is rolled
In this case, the only numbers rolled could be 1,3,5. The number of ways for this is 36.

Case 2: Exactly one multiple of 2 is rolled
In this case, our choices for the even number to be rolled are 2 and 6. There are 2 ways to pick which one out of these two appears and 6 ways to pick a spot to roll this number. Then, there are 35 ways for the remaining 5 spots, because only odd numbers can appear on these rolls. This gives us 2635 ways.

So, the probability that the product is not divisible by 4 is 36+263566=3+26263=15192=564 Thus the probability that it is divisible by 4 is 1564=5964(C)

Comments