Difference between revisions of "2025 AIME I Problems/Problem 7"
Mathkiddus (talk | contribs) |
|||
Line 1: | Line 1: | ||
+ | ==Problem== | ||
+ | The twelve letters <math>A</math>,<math>B</math>,<math>C</math>,<math>D</math>,<math>E</math>,<math>F</math>,<math>G</math>,<math>H</math>,<math>I</math>,<math>J</math>,<math>K</math>, and <math>L</math> are randomly grouped into six pairs of letters. The two letters in each pair are placed next to each other in alphabetical order to form six two-letter words, and then those six words are listed alphabetically. For example, a possible result is <math>AB</math>, <math>CJ</math>, <math>DG</math>, <math>EK</math>, <math>FL</math>, <math>HI</math>. The probability that the last word listed contains <math>G</math> is <math>\frac mn</math>, where <math>m</math> and <math>n</math> are relatively prime positive integers. Find <math>m+n</math>. | ||
==Solution== | ==Solution== | ||
Note that order does not matter here. This is because any permutation of the <math>6</math> pairs will automatically get ordered in alphabetical order. The same is true for within each of the pairs. In other words, AB CH DI EJ FK GL should be counted equally as HC AB DI EJ FK GL. | Note that order does not matter here. This is because any permutation of the <math>6</math> pairs will automatically get ordered in alphabetical order. The same is true for within each of the pairs. In other words, AB CH DI EJ FK GL should be counted equally as HC AB DI EJ FK GL. |
Revision as of 19:19, 13 February 2025
Problem
The twelve letters ,
,
,
,
,
,
,
,
,
,
, and
are randomly grouped into six pairs of letters. The two letters in each pair are placed next to each other in alphabetical order to form six two-letter words, and then those six words are listed alphabetically. For example, a possible result is
,
,
,
,
,
. The probability that the last word listed contains
is
, where
and
are relatively prime positive integers. Find
.
Solution
Note that order does not matter here. This is because any permutation of the pairs will automatically get ordered in alphabetical order. The same is true for within each of the pairs. In other words, AB CH DI EJ FK GL should be counted equally as HC AB DI EJ FK GL.
We construct two cases: is the first letter of the last word and
is the second letter of the last word.
Our first case is when is the first letter of the last word. Then the second letter of the last word must be one of
. Call that set of
letters
. There are
ways to choose the second letter from
. The other
letters of
must be used in the other
words.
For the other 5 words, each of their first letters must be before in the alphabet. Otherwise, the word with
will not be the last. There are
letters before
:
. Call that set of
letters
. Exactly one of the words must have two letters from
. The other 4 will have their first letter from
and the second letter from
. There are
ways to determine the possible pairings of letters from
and
, respectively.
Therefore, this case has orderings.
The second case is when is the second letter of the last word. You can see that the first letter of that word must be
. Otherwise, that word cannot be the last word. The other
words must start with
,
,
,
, and
. The second letter of each of those words will come from
. There will be
ways to distribute the elements of
to one of
. There are therefore
orderings in the case.
In total, there are orderings. However, we want the probability. The number of ways to put the
letters into pairs is
. This is true because we can say this: Start with
. It has
options for who it will partner with. There are now
letters left. Pick one of those letters. It has
options for who it will partner with. There are now
letters left. Continue until there are only
letters left, and there is only
option for that last word. Therefore, there will be
options.
The probability is therefore . The requested answer is
.
~lprado