Difference between revisions of "2008 AIME I Problems/Problem 9"

(18 intermediate revisions by 9 users not shown)
Line 8: Line 8:
 
a + b + c &= 10\end{align*}</cmath>
 
a + b + c &= 10\end{align*}</cmath>
  
Subtracting 3 times the third from the first gives <math>b + 3c = 11</math>, or <math>(b,c) = (2,3),(5,2),(8,1),(11,0)</math>. The last doesn't work, obviously. This gives the three solutions <math>(a,b,c) = (5,2,3),(3,5,2),(1,8,1)</math>. In terms of choosing which goes where, the first two solutions are analogous.
+
Subtracting 3 times the second from the first gives <math>b + 3c = 11</math>, or <math>(b,c) = (2,3),(5,2),(8,1),(11,0)</math>. The last doesn't work, obviously. This gives the three solutions <math>(a,b,c) = (5,2,3),(3,5,2),(1,8,1)</math>. In terms of choosing which goes where, the first two solutions are analogous.
  
 
For <math>(5,2,3),(3,5,2)</math>, we see that there are <math>2\cdot\dfrac{10!}{5!2!3!} = 10\cdot9\cdot8\cdot7</math> ways to stack the crates. For <math>(1,8,1)</math>, there are <math>2\dbinom{10}{2} = 90</math>. Also, there are <math>3^{10}</math> total ways to stack the crates to any height.
 
For <math>(5,2,3),(3,5,2)</math>, we see that there are <math>2\cdot\dfrac{10!}{5!2!3!} = 10\cdot9\cdot8\cdot7</math> ways to stack the crates. For <math>(1,8,1)</math>, there are <math>2\dbinom{10}{2} = 90</math>. Also, there are <math>3^{10}</math> total ways to stack the crates to any height.
  
 
Thus, our probability is <math>\dfrac{10\cdot9\cdot8\cdot7 + 90}{3^{10}} = \dfrac{10\cdot8\cdot7 + 10}{3^{8}} = \dfrac{570}{3^8} = \dfrac{190}{3^{7}}</math>. Our answer is the numerator, <math>\boxed{190}</math>.
 
Thus, our probability is <math>\dfrac{10\cdot9\cdot8\cdot7 + 90}{3^{10}} = \dfrac{10\cdot8\cdot7 + 10}{3^{8}} = \dfrac{570}{3^8} = \dfrac{190}{3^{7}}</math>. Our answer is the numerator, <math>\boxed{190}</math>.
 +
==1 Min Solution==
 +
It would be helpful for this solution to be reformatted. To start with, let us observe the three numbers. Note that 3 and 6 are both divisible by 3, so the number of 4-crates must be congruent to 41 mod 3, which is also congruent to 2 mod 3. Our solutions for the number of 4-crates will repeat mod 3, so if x is a solution, so is x+3. By inspection, we have that 2 is solution, and so are 5 and 8. Each solution splits into its own case.We must solve the equation 41-4*(z)=6x+3y, simultaneously with x+y=10-z. Note that we already know the possible values of z. Solving these(it's AIME 9, you should be able to do this and if anyone feels like they want to write a rundown of this please go ahead), we get the solution  sets {8,1,1},{5,2,3},and {2,3,5}. We can count the number of possible arrangements for each solution by taking 10 choose z and then multiplying by 10-z choose x(the solution sets, for the sake of consistency, are in the form z,x,y). Summing the results for all the solutions gives us 5130. Finally, to calculate the probability we must determine our denominator. Since we have 3 ways to arrange each block, our denominator is 3^10. 5130/3^10=190/3^7. The answer is m= 190.
 +
 +
==Solution 2 (a more direct approach)==
 +
Let's make two observations. We are trying to find the number of ways we can add 3,4, and 6 to get 41, and the total number of (non-distinct) sums possible is 3^10.
 +
Then we just use casework to easily and directly solve for the number of ways to get 41. To begin, the minimum sum is produced with 10 threes, so WLOG we can solve for the number of ways to get 11 with 0, 1, and 3.
 +
 +
Case 1: 0 zeroes, 0 threes, 11 ones
 +
Impossible, because there are only ten available spots.
 +
 +
Case 2: 1 zero, 1 three, 8 ones
 +
This is just 10! over 8!, so there are 90 possibilities.
 +
 +
Case 3: 3 zeroes, 2 threes, 5 ones
 +
This is just 10! over 3!, 2!, and 5! This gives 2520 possibilities.
 +
 +
Case 4: 5 zeroes, 3 threes, and 2 ones.
 +
This is the same as case 3, so also 2520 possibilities.
 +
 +
<math>90+2520+2520=5130</math>
 +
 +
5130 has three powers of 3, so 5130 divided by 27 is <math>\boxed{190}</math>.
 +
 +
 +
-jackshi2006
 +
 +
==Video Solution (Very fast)==
 +
https://www.youtube.com/watch?v=qeSY_ISSX6M&t=33s
 +
 +
~fidgetboss_4000
  
 
== See also ==
 
== See also ==
 
{{AIME box|year=2008|n=I|num-b=8|num-a=10}}
 
{{AIME box|year=2008|n=I|num-b=8|num-a=10}}
 
 
[[Category:Intermediate Combinatorics Problems]]
 
[[Category:Intermediate Combinatorics Problems]]
 
[[Category:Intermediate Number Theory Problems]]
 
[[Category:Intermediate Number Theory Problems]]
 
{{MAA Notice}}
 
{{MAA Notice}}

Revision as of 22:07, 31 October 2020

Problem

Ten identical crates each of dimensions $3$ ft $\times$ $4$ ft $\times$ $6$ ft. The first crate is placed flat on the floor. Each of the remaining nine crates is placed, in turn, flat on top of the previous crate, and the orientation of each crate is chosen at random. Let $\frac {m}{n}$ be the probability that the stack of crates is exactly $41$ ft tall, where $m$ and $n$ are relatively prime positive integers. Find $m$.

Solution

Only the heights matter, and each crate is either 3, 4, or 6 feet tall with equal probability. We have the following:

\begin{align*}3a + 4b + 6c &= 41\\ a + b + c &= 10\end{align*}

Subtracting 3 times the second from the first gives $b + 3c = 11$, or $(b,c) = (2,3),(5,2),(8,1),(11,0)$. The last doesn't work, obviously. This gives the three solutions $(a,b,c) = (5,2,3),(3,5,2),(1,8,1)$. In terms of choosing which goes where, the first two solutions are analogous.

For $(5,2,3),(3,5,2)$, we see that there are $2\cdot\dfrac{10!}{5!2!3!} = 10\cdot9\cdot8\cdot7$ ways to stack the crates. For $(1,8,1)$, there are $2\dbinom{10}{2} = 90$. Also, there are $3^{10}$ total ways to stack the crates to any height.

Thus, our probability is $\dfrac{10\cdot9\cdot8\cdot7 + 90}{3^{10}} = \dfrac{10\cdot8\cdot7 + 10}{3^{8}} = \dfrac{570}{3^8} = \dfrac{190}{3^{7}}$. Our answer is the numerator, $\boxed{190}$.

1 Min Solution

It would be helpful for this solution to be reformatted. To start with, let us observe the three numbers. Note that 3 and 6 are both divisible by 3, so the number of 4-crates must be congruent to 41 mod 3, which is also congruent to 2 mod 3. Our solutions for the number of 4-crates will repeat mod 3, so if x is a solution, so is x+3. By inspection, we have that 2 is solution, and so are 5 and 8. Each solution splits into its own case.We must solve the equation 41-4*(z)=6x+3y, simultaneously with x+y=10-z. Note that we already know the possible values of z. Solving these(it's AIME 9, you should be able to do this and if anyone feels like they want to write a rundown of this please go ahead), we get the solution sets {8,1,1},{5,2,3},and {2,3,5}. We can count the number of possible arrangements for each solution by taking 10 choose z and then multiplying by 10-z choose x(the solution sets, for the sake of consistency, are in the form z,x,y). Summing the results for all the solutions gives us 5130. Finally, to calculate the probability we must determine our denominator. Since we have 3 ways to arrange each block, our denominator is 3^10. 5130/3^10=190/3^7. The answer is m= 190.

Solution 2 (a more direct approach)

Let's make two observations. We are trying to find the number of ways we can add 3,4, and 6 to get 41, and the total number of (non-distinct) sums possible is 3^10. Then we just use casework to easily and directly solve for the number of ways to get 41. To begin, the minimum sum is produced with 10 threes, so WLOG we can solve for the number of ways to get 11 with 0, 1, and 3.

Case 1: 0 zeroes, 0 threes, 11 ones Impossible, because there are only ten available spots.

Case 2: 1 zero, 1 three, 8 ones This is just 10! over 8!, so there are 90 possibilities.

Case 3: 3 zeroes, 2 threes, 5 ones This is just 10! over 3!, 2!, and 5! This gives 2520 possibilities.

Case 4: 5 zeroes, 3 threes, and 2 ones. This is the same as case 3, so also 2520 possibilities.

$90+2520+2520=5130$

5130 has three powers of 3, so 5130 divided by 27 is $\boxed{190}$.


-jackshi2006

Video Solution (Very fast)

https://www.youtube.com/watch?v=qeSY_ISSX6M&t=33s

~fidgetboss_4000

See also

2008 AIME I (ProblemsAnswer KeyResources)
Preceded by
Problem 8
Followed by
Problem 10
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