Skip to main content

2021 AMC 12B Problem 19

Problem 19 of 25HarderAlgebraCounting & Probability

Two fair dice, each with at least 66 faces are rolled. On each face of each die is printed a distinct integer from 11 to the number of faces on that die, inclusive. The probability of rolling a sum of 77 is 34\dfrac34 of the probability of rolling a sum of 10,10, and the probability of rolling a sum of 1212 is 112.\dfrac{1}{12}. What is the least possible number of faces on the two dice combined?

Answer choices

Show solution

Solution

Let the dice have aba\le b faces. Since both have at least 66 faces, a sum of 77 occurs in exactly 66 ways, so a sum of 1010 occurs in 6÷34=86\div\tfrac34=8 ways. The number of ways to roll 1010 is min(a,9)\min(a,9) max(1,10b)+1=8.-\max(1,10-b)+1=8. A sum of 1212 has probability 112,\tfrac{1}{12}, so it occurs in ab12\tfrac{ab}{12} ways. Having 88 outcomes for a sum of 1010 requires a8a\ge8 and b9,b\ge9, so necessarily a+b17.a+b\ge17. For (a,b)=(8,9),(a,b)=(8,9), a sum of 1010 has 88 outcomes, while a sum of 1212 has the 66 outcomes with the first die showing 3,4,,8.3,4,\ldots,8. Since 689=112,\frac{6}{8\cdot9}=\frac{1}{12}, both conditions hold and the lower bound 1717 is attained. Thus, the correct answer is B.

More practice

Concepts: dice (probability) · optimization

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.