1984 AIME Problems/Problem 11

Problem

A gardener plants three maple trees, four oaks, and five birch trees in a row. He plants them in random order, each arrangement being equally likely. Let $\frac m n$ in lowest terms be the probability that no two birch trees are next to one another. Find $m+n$.

Solution 1

First notice that there is no difference between the maple trees and the oak trees; we have only two types, birch trees and "non-birch" trees. (If you don't believe this reasoning, think about it. You could also differentiate the tall oak trees from the short oak trees, and the maple trees with many branches as opposed to those with few branches. Indeed, you could keep dividing until you have them each in their own category, but in the end it will not change the probability of the birch trees being near each other. That is, in the end, you multiply the numerator by the number of ways to arrange the oak and maple trees and you also multiply the denominator by the number of ways to arrange the oak and maple trees, making them cancel out.)

The five birch trees must be placed amongst the seven previous trees. We can think of these trees as 5 dividers of 8 slots that the birch trees can go in, making ${8\choose5} = 56$ different ways to arrange this.

There are ${12 \choose 5} = 792$ total ways to arrange the twelve trees, so the probability is $\frac{56}{792} = \frac{7}{99}$.

The answer is $7 + 99 = \boxed{106}$.


(Another way to think about Solution 1)

So you can think of placing the $5$ birch trees and the other trees with the restrictions as described above. Then let's take out one tree between each pair of birch trees. So you would remove $4$ trees that aren't birch. What you are left with is a unique arrangement of $5$ birch trees and $3$ other trees that is unrestricted. Some birch trees might become adjacent after you remove $4$ trees. Adding a tree between each pair of people gives a unique arrangement of $5$ nonadjacent birch trees. This guarantees that there are no adjacent trees. The number of unrestricted $7$ tree arrangments is ${8\choose5} = 56$. Then proceed as told in Solution $1$.

~ blueballoon

Solution 2

Let $b$, $n$ denote birch tree and not-birch tree, respectively. Notice that we only need $4$ $n$s to separate the $5$ $b$s. Specifically, \[b,n,b,n,b,n,b,n,b\] Since we have $7$ $n$s, we are placing the extra $3$ $n$s into the $6$ intervals beside the $b$s.

Now doing simple casework.

If all $3$ $n$s are in the same interval, there are $6$ ways.

If $2$ of the $3$ $n$s are in the same interval, there are $6\cdot5=30$ ways.

If the $n$s are in $3$ different intervals, there are ${6 \choose 3} =20$ ways.

In total there are $6+30+20=56$ ways.

There are ${12\choose5}=792$ ways to distribute the birch trees among all $12$ trees.

Thus the probability equals $\frac{56}{792}=\frac{7}{99}\Longrightarrow m+n=7+99=\boxed{106}$.

~ Nafer

Solution 3 (using PIE)

Note that the requested probability is computed by dividing the number of configurations with no adjacent Birch trees by the total number of configurations. We can compute the number of configurations with no adjacent Birch trees using complementary counting and then the Principle of Inclusion-Exclusion.

The number of configurations with no adjacent Birch trees is equal to the total number of configurations minus the number of configurations with at least one pair of adjacent Birch trees.

The total number of configurations is given by $\frac{12!}{3! \cdot 4! \cdot 5!}$. To compute the number of configurations with at least one pair of adjacent Birch trees, we use PIE.

$\#$(configurations with at least one pair of adjacent Birch trees) $=$ $\#$(configurations with one pair) $-$ $\#$(configurations with two pairs) $+$ $\#$(configurations with three pairs) $-$ $\#$(configurations with four pairs).

To compute the first term, note that we can treat the adjacent pair of Birch trees as one separate tree. This then gives $\frac{11!}{3! \cdot 3! \cdot 4!}$ configurations.

For the second term, we have two cases. The two pairs could either happen consecutively (BBB) or separately (BB BB). They both give $\frac{10!}{2! \cdot 3! \cdot 4!}$ cases. So our second term is $\frac{2 \cdot 10!}{2! \cdot 3! \cdot 4!}$.

The third term can also happen in two ways. The three pairs could be arranged like BBBB or BBB BB. Both cases together give $\frac{2 \cdot 9!}{3! \cdot 4!}$ arrangements.

The final term can happen in one way (BBBBB). This gives $\frac{8!}{3! \cdot 4!}$ arrangements.

Substituting these into our PIE expression, we find that there are $25760$ configurations with at least one pair of adjacent Birch trees. Therefore, there are a total of $\frac{12!}{3! \cdot 4! \cdot 5!} - 25760 = 1960$ configurations with no adjacent Birch trees.

Thus, the probability of a given configuration having no two adjacent Birch trees is given by $\frac{1960}{\frac{12!}{3! \cdot 4! \cdot 5!}} = \frac{7}{99}$.


Therefore, the desired result is given by $7+99 = \boxed{106}$.

~ vietajumping

Solution 4

Here is a solution leaving out nothing. This solution is dedicated to those that are in self study and wish to learn the most they can. I will make it as elementary as possible and intuition based. Arrange first the $3$ maple and $4$ oaks as $MMMOOOO$. We then notice that for none of the $5$ birch trees to be adjacent, they must be put in between these $M$'s and $O$'s. We then see that there are $8$ spots to put these $5$ birch trees in. So we can select $5$ spots for these birch trees in $\binom{8}{5}$. But then, we can rearrange the $M$'s and $O$'s in $7!/(3!4!)=\binom{7}{3}$ ways. So then there are $\binom{8}{5}\binom{7}{3}$ valid arrangements with no given consecutive birch trees. There are then a total of $\frac{12!}{3!4!5!}$ different total arrangements. Therefore the probability is given as $\frac{\binom{8}{5}\binom{7}{3}}{\frac{12!}{3!4!5!}}=\frac{7}{99}$, so the answer is $7+99=\boxed{106}$.

~th1nq3r

See also

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