2021 AMC 12B Problems/Problem 19
Contents
Problem
Two fair dice, each with at least faces are rolled. On each face of each die is printed a distinct integer from
to the number of faces on that die, inclusive. The probability of rolling a sum of
is
of the probability of rolling a sum of
and the probability of rolling a sum of
is
. What is the least possible number of faces on the two dice combined?
Solution 1
Suppose the dice have and
faces, and WLOG
. Since each die has at least
faces, there will always be
ways to sum to
. As a result, there must be
ways to sum to
. There are at most nine distinct ways to get a sum of
, which are possible whenever
. To achieve exactly eight ways,
must have
faces, and
. Let
be the number of ways to obtain a sum of
, then
. Since
,
. In addition to
, we only have to test
, of which both work. Taking the smaller one, our answer becomes
.
Solution 2
Suppose the dice have and
faces, and WLOG
. Note that if
since they are both
, there is one way to make
, and incrementing
or
by one will add another way. This gives us the probability of making a 12 as
Cross-multiplying, we get
Simon's Favorite Factoring Trick now gives
This narrows the possibilities down to 3 ordered pairs of
, which are
,
, and
. We can obviously ignore the first pair and test the next two straightforwardly. The last pair yields the answer:
The answer is then
.
~Hyprox1413
Solution 3 (Logic)
Notice that
are the only cases that could possibly form 7. In another words, regardless of the number of faces for each dice, 6 is the number of cases that could form a rolling sum of 7.
Because the value of the total combination for both are the same, we could infer that the number of cases of having a rolling sum of 10 is . With the number 8, we could also deduce that one dice has 8 sides and the other has at least 9 sides. Thence trial and error could be utilized.
Since 9 is the next smallest number, the case could be tested.
is also true. Therefore,
~MaPhyCom
Video Solution
~MathProblemSolvingSkills
Video Solution by OmegaLearn (Using Probability)
~ pi_is_3.14
See Also
2021 AMC 12B (Problems • Answer Key • Resources) | |
Preceded by Problem 18 |
Followed by Problem 20 |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | |
All AMC 12 Problems and Solutions |
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions.
Solution 4:
Start with the minimum number of answers, which is A:16. For two dice with at least six faces, the possible numbers of two faces are (6, 10), (7, 9), and (8, 8). We can easily rule out (7,9) and (8,8) because their products (63 and 64, respectively) are not multiples of 12. Then, the probability of having a sum of 12 from these two dice is not possible to be 1/12. (6,10) does not satisfy the requirement that the probability of rolling a sum of 7 is 3/4 of the probability of rolling a sum of 10. So A is not possible.
Next, try B:17. The possible numbers of two faces are (6,11), (7, 10), and (8,9). Similarly, we can rule out (6,11) and (7,10) easily because their products (66 and 70, respectively) are not multiples of 12. Check (8,9): the probability of having a sum of 12 is 6/12 = 1/12. The combinations with a sum of 12 are: 3-9, 4-8, 5-7, 6-6, 7-5, 8-4, totaling six pairs. There is no 9-3 combination because only one die can have nine faces. The combinations with a sum of 10 are: 1-9, 2-8, 3-7, 4-6, 5-5, 6-4, 7-3, 8-2, 8 pairs. Again, no 9-1 because there is only one nine-face die. The combinations of a sum of 7 are: 1-6, 2-5, 3-4, 4-3, 5-2, and 6-1, 6 pairs. So, the probability of rolling a sum of 7 is 3/4 of the probability of rolling a sum of 10. So B is possible.
Since the question asks for the minimum possible number, B is the answer.