Difference between revisions of "2016 AMC 10A Problems/Problem 20"
Math101010 (talk | contribs) (Created page with "For some particular value of <math>N</math>, when <math>(a+b+c+d+1)^N</math> is expanded and like terms are combined, the resulting expression contains exactly <math>1001</mat...") |
(Added solution) |
||
Line 2: | Line 2: | ||
<math>\textbf{(A) }9 \qquad \textbf{(B) } 14 \qquad \textbf{(C) } 16 \qquad \textbf{(D) } 17 \qquad \textbf{(E) } 19</math> | <math>\textbf{(A) }9 \qquad \textbf{(B) } 14 \qquad \textbf{(C) } 16 \qquad \textbf{(D) } 17 \qquad \textbf{(E) } 19</math> | ||
+ | |||
+ | ==Solution== | ||
+ | All the desired terms are in the form <math>a^xb^yc^zd^w1^t</math>, where <math>x + y + z + w + t = N</math> (the <math>1^t</math> part is necessary to make stars and bars work better.) | ||
+ | Since <math>x</math>, <math>y</math>, <math>z</math>, and <math>w</math> must be at least <math>1</math>, let <math>x' = x - 1</math>, <math>y' = y - 1</math>, <math>z' = z - 1</math>, and <math>w' = w - 1</math>, so <math>x' + y' + z' + w' + t = N - 4</math>. Now, we use stars and bars to see that there are <math>\binom{N}{4}</math> solutions to this equation. We have <math>\binom{14}{4} = 1001</math>, so <math>N = \boxed{14}</math>. |
Revision as of 21:37, 3 February 2016
For some particular value of , when is expanded and like terms are combined, the resulting expression contains exactly terms that include all four variables and , each to some positive power. What is ?
Solution
All the desired terms are in the form , where (the part is necessary to make stars and bars work better.) Since , , , and must be at least , let , , , and , so . Now, we use stars and bars to see that there are solutions to this equation. We have , so .