Difference between revisions of "1994 AHSME Problems/Problem 30"
m (→Solution) |
(→Solution) |
||
Line 4: | Line 4: | ||
<math> \textbf{(A)}\ 333 \qquad\textbf{(B)}\ 335 \qquad\textbf{(C)}\ 337 \qquad\textbf{(D)}\ 339 \qquad\textbf{(E)}\ 341 </math> | <math> \textbf{(A)}\ 333 \qquad\textbf{(B)}\ 335 \qquad\textbf{(C)}\ 337 \qquad\textbf{(D)}\ 339 \qquad\textbf{(E)}\ 341 </math> | ||
==Solution== | ==Solution== | ||
− | + | Given that there are <math>n</math> dice, we know that the chance of rolling a sum of <math>1994</math> is the same as that of rolling a sum of <math>7n - 1994</math>. This is because there exists a bijection between the set <math>A</math> of dice rolls that sum to <math>1994</math> and the set <math>B</math> of dice rolls that sum to <math>7n - 1994</math>. In other words, for every ordered n-tuple <math>(a_1, a_2, \dots, a_n) \in A</math> such that <math>a_i \in \{1,2,3,4,5,6\}</math> for all valid <math>i</math> and that <math>\sum^{1994}_{i=0} a_i = 1994</math>, there is a unique ordered n-tuple <math>(b_1, b_2, \dots, b_n) \in B</math> where <math>b_i = 7 - a_i</math> for all valid <math>i</math>, whose sum is indeed <math>7n - 1994</math>. | |
+ | |||
+ | As such, minimizing <math>S</math> is the same as minimizing <math>n</math>. The minimum value of <math>n</math> is <math>\left\lceil \frac{1994}{6} \right\rceil = 333</math>. Hence, <math>S = 7n - 1994 = 337</math> <math>\textbf{(C)}</math>. |
Revision as of 14:19, 30 December 2018
Problem
When standard 6-sided dice are rolled, the probability of obtaining a sum of 1994 is greater than zero and is the same as the probability of obtaining a sum of
. The smallest possible value of
is
Solution
Given that there are dice, we know that the chance of rolling a sum of
is the same as that of rolling a sum of
. This is because there exists a bijection between the set
of dice rolls that sum to
and the set
of dice rolls that sum to
. In other words, for every ordered n-tuple
such that
for all valid
and that
, there is a unique ordered n-tuple
where
for all valid
, whose sum is indeed
.
As such, minimizing is the same as minimizing
. The minimum value of
is
. Hence,
.