2006 UNCO Math Contest II Problems/Problem 11

Revision as of 02:35, 13 January 2019 by Timneh (talk | contribs) (Solution)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem

Call the figure below a "$4$-tableau" shape. Determine the number of rectangles of all sizes contained within this shape. Note that a square is considered a rectangle, and a $2\times 1$ rectangle is considered different from a $1\times 2$. Express your answer as a binomial coefficient and explain the significance of your expression. Generalize, with proof, to an "$n$-tableau" shape.

[asy] for(int j=0;j<5;++j){ draw((0,j)--(min(j+1,4),j),black); draw((j,max(0,j-1))--(j,4),black);  } filldraw((2,2)--(2,3)--(1,3)--(1,2)--cycle,blue); filldraw((2,2)--(3,2)--(3,3)--(2,3)--cycle,blue); [/asy]


Solution

$\binom{7}{4}$ in general $\binom{n+3}{4}$

See Also

2006 UNCO Math Contest II (ProblemsAnswer KeyResources)
Preceded by
Problem 10
Followed by
Last Question
1 2 3 4 5 6 7 8 9 10
All UNCO Math Contest Problems and Solutions