2005 Alabama ARML TST Problems/Problem 12

Revision as of 21:16, 5 January 2008 by 1=2 (talk | contribs)

Problem

Find the number of ordered pairs of positive integers $(a,b,c,d)$ that satisfy the following equation:

$a+b+c+d=12$.

Solution

The generating function for a is $1+x+x^2+x^3+\cdots$. The same for b, c, and d.

$(1+x+x^2+x^3+\cdots)^4=1+4x+10x^2+\cdots$

Since the existance of the Binomial Theorem, we can assume that these are the results of choosing.

$\binom{n}{n}=1$

$\binom{n+1}{n}=4 \Rightarrow n=3$

Checking $\binom{5}{3}$, it works.

We want the coefficient of x^12, so we have $\binom{3+12}{3}=455$.

See Also