Problem:
An array of numbers is constructed beginning with the numbers β1 3 1 in the top row. Each adjacent pair of numbers is summed to produce a number in the next row. Each row begins and ends with β1 and 1, respectively.
If the process continues, one of the rows will sum to 12,288. In that row, what is the third number from the left?
Answer Choices:
A. β29
B. β21
C. β14
D. β8
E. β3
Solution:
We start by defining the notations.
Let the first (top) row be
a1,0β=β1,a1,1β=3,a1,2β=1.
Here, the first subscript denotes the row number, and the second denotes the position within that row (counting from the left, starting at 0).
We now describe how the next rows are formed.
Each subsequent row is obtained by summing adjacent pairs of numbers from the previous row and placing β1 at the beginning and 1 at the end, respectively. Thus
an+1,0βan+1,kβan+1,lastββ=β1,=an,kβ1β+an,kβ(1β€k<last index),=1.β
For instance,
Row 1:Row 2:Row 3:ββ1β1β1β321β146β15β1.β
We next express the general term.
Since the pattern follows Pascal-type addition, each entry in row n can be written as a linear combination of the first-row numbers using binomial coefficients:
an,kββ=j=0β2βa1,jβ(kβjnβ1β).β
We determine which row sums to 12,288.
Let Snβ denote the sum of all the numbers in row n.
Because the end terms β1 and 1 cancel, each new row doubles the sum of the previous one:
Sn+1ββ=2Snβ.β
The first row has
S1ββ=β1+3+1=3,β
so
Snββ=3β
2nβ1.β
Setting Snβ=12,288 gives
3β
2nβ12nβ1nβ=12,288,=4096=212,=13.β
Hence, the desired row is the 13th row.
We finally find the third number from the left.
The third number corresponds to k=2:
a13,2ββ=(β1)(212β)+3(112β)+1(012β)=β66+36+1=(A) -29β.β
The problems on this page are the property of the MAA's American Mathematics Competitions