Difference between revisions of "2013 AIME I Problems/Problem 6"

m (Solution 2)
(Solution 3 (Permutation))
Line 27: Line 27:
 
2. In the 4-size: same logic gets you <math>\frac{1}{55}</math>, since we have <math>4</math> places for math book 1, and so on.
 
2. In the 4-size: same logic gets you <math>\frac{1}{55}</math>, since we have <math>4</math> places for math book 1, and so on.
 
3. In the 5-size: you get <math>\frac{1}{22}</math>, for a sum of <math>\frac{3}{44}</math> so your answer is <math>\boxed{047}</math>.
 
3. In the 5-size: you get <math>\frac{1}{22}</math>, for a sum of <math>\frac{3}{44}</math> so your answer is <math>\boxed{047}</math>.
 +
 +
==Solution 4==
 +
We have <math>3</math> cases to consider:
 +
 +
1. The math textbooks are in the first box.
 +
2. The math textbooks are in the second box.
 +
3. the math textbooks are in the third box.
 +
 +
Let's consider the first case.
 +
There are <math>\binom{12}{3}</math> total ways to choose <math>3</math> out of <math>12</math> textbooks and put them into a box that holds at most <math>3</math> textbooks, and out of those options, only one option is the one that includes the <math>3</math> math textbooks, the probability for the first case is
 +
<cmath>\frac{1}{\binom{12}{3}}=\frac{1}{420}.</cmath>
 +
 +
Now, let's consider the second case.
 +
There are <math>\binom{12}{4}</math> total ways to choose <math>4</math> out of <math>12</math> textbooks and put them into a box that holds at most <math>4</math> textbooks, and out of those options, <math>9</math> are valid. (When you determine the <math>3</math> math textbooks, the fourth can be any <math>9</math> of the remaining textbooks available.)
 +
So our probability for the second case is
 +
<cmath>\frac{9}{\binom{12}{4}}=\frac{1}{55}.</cmath>
 +
 +
Now, let's consider the third case.
 +
Using our same logic, we have the probability for the third case is <math>\frac{9}{88}</math>.
 +
 +
Adding up all the answers, we have
 +
<cmath>\frac{3}{55}+\frac{1}{55}+\frac{9}{88}=\frac{7}{40},</cmath>
 +
so we have <math>40+7=\boxed{47}.</math>
  
 
==Video Solution==
 
==Video Solution==

Revision as of 14:36, 18 August 2023

Problem

Melinda has three empty boxes and $12$ textbooks, three of which are mathematics textbooks. One box will hold any three of her textbooks, one will hold any four of her textbooks, and one will hold any five of her textbooks. If Melinda packs her textbooks into these boxes in random order, the probability that all three mathematics textbooks end up in the same box can be written as $\frac{m}{n}$, where $m$ and $n$ are relatively prime positive integers. Find $m+n$.

Solution 1

The total ways the textbooks can be arranged in the 3 boxes is $12\textbf{C}3\cdot 9\textbf{C}4$, which is equivalent to $\frac{12\cdot 11\cdot 10\cdot 9\cdot 8\cdot 7\cdot 6}{144}=12\cdot11\cdot10\cdot7\cdot3$. If all of the math textbooks are put into the box that can hold $3$ textbooks, there are $9!/(4!\cdot 5!)=9\textbf{C}4$ ways for the other textbooks to be arranged. If all of the math textbooks are put into the box that can hold $4$ textbooks, there are $9$ ways to choose the other book in that box, times $8\textbf{C}3$ ways for the other books to be arranged. If all of the math textbooks are put into the box with the capability of holding $5$ textbooks, there are $9\textbf{C}2$ ways to choose the other 2 textbooks in that box, times $7\textbf{C}3$ ways to arrange the other 7 textbooks. $9\textbf{C}4=9\cdot7\cdot2=126$, $9\cdot 8\textbf{C}3=9\cdot8\cdot7=504$, and $9\textbf{C}2\cdot 7\textbf{C}3=9\cdot7\cdot5\cdot4=1260$, so the total number of ways the math textbooks can all be placed into the same box is $126+504+1260=1890$. So, the probability of this occurring is $\frac{(9\cdot7)(2+8+(4\cdot5))}{12\cdot11\cdot10\cdot7\cdot3}=\frac{1890}{27720}$. If the numerator and denominator are both divided by $9\cdot7$, we have $\frac{(2+8+(4\cdot5))}{4\cdot11\cdot10}=\frac{30}{440}$. Simplifying the numerator yields $\frac{30}{10\cdot4\cdot11}$, and dividing both numerator and denominator by $10$ results in $\frac{3}{44}$. This fraction cannot be simplified any further, so $m=3$ and $n=44$. Therefore, $m+n=3+44=\boxed{047}$.

Solution 2

Consider the books as either math or not-math where books in each category are indistiguishable from one another. Then, there are $\,_{12}C_{3}$ total distinguishable ways to pack the books. Now, in order to determine the desired propability, we must find the total number of ways the condition that all math books are in the same box can be satisfied. We proceed with casework for each box:

Case 1: The math books are placed into the smallest box. This can be done in $\binom{3}{3}$ ways.

Case 2: The math books are placed into the middle box. This can be done in $\binom{4}{3}$ ways.

Case 3: The math books are placed into the largest box. This can be done in $\binom{5}{3}$ ways.

So, the total ways the condition can be satisfied is $\binom{3}{3} + \binom{4}{3} + \binom{5}{3}$. This can be simplified to $\binom{6}{4} = \binom{6}{2}$ by the Hockey Stick Identity. Therefore, the desired probability is $\dfrac{\dbinom{6}{2} }{\dbinom{12}{3}}$ = $\dfrac{3}{44}$, and $m+n=3+44=\boxed{047}$.

Solution 3 (Permutation)

There are three cases as follows. Note these are PERMUTATIONS, as the books are distinct!

1. Math books in the 3-size box. Probability is $\frac{3\cdot2\cdot1}{12\cdot11\cdot10}$, because we choose one of the $3$ places for math book 1, then one of the $2$ for math book 2, and the last one. Total number of orders: $12\cdot11\cdot10=1320$.

2. In the 4-size: same logic gets you $\frac{1}{55}$, since we have $4$ places for math book 1, and so on. 3. In the 5-size: you get $\frac{1}{22}$, for a sum of $\frac{3}{44}$ so your answer is $\boxed{047}$.

Solution 4

We have $3$ cases to consider:

1. The math textbooks are in the first box. 2. The math textbooks are in the second box. 3. the math textbooks are in the third box.

Let's consider the first case. There are $\binom{12}{3}$ total ways to choose $3$ out of $12$ textbooks and put them into a box that holds at most $3$ textbooks, and out of those options, only one option is the one that includes the $3$ math textbooks, the probability for the first case is \[\frac{1}{\binom{12}{3}}=\frac{1}{420}.\]

Now, let's consider the second case. There are $\binom{12}{4}$ total ways to choose $4$ out of $12$ textbooks and put them into a box that holds at most $4$ textbooks, and out of those options, $9$ are valid. (When you determine the $3$ math textbooks, the fourth can be any $9$ of the remaining textbooks available.) So our probability for the second case is \[\frac{9}{\binom{12}{4}}=\frac{1}{55}.\]

Now, let's consider the third case. Using our same logic, we have the probability for the third case is $\frac{9}{88}$.

Adding up all the answers, we have \[\frac{3}{55}+\frac{1}{55}+\frac{9}{88}=\frac{7}{40},\] so we have $40+7=\boxed{47}.$

Video Solution

https://www.youtube.com/watch?v=9way8JrtD04&t=555s ~Shreyas S

See also

2013 AIME I (ProblemsAnswer KeyResources)
Preceded by
Problem 5
Followed by
Problem 7
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
All AIME Problems and Solutions

The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions. AMC logo.png