Olympiad Maths Prep

Track / Stage 5 / 190 of 400 #790 of 2000

Problem 790

AIME late
Combinatorics Difficulty 5.5 Find the answer

How many balls are there in a tetrahedral pyramid of NN levels (each ball rests on three balls that are tangent to each other from the lower level)?

Generalize for higher dimensions (hypertetrahedra).

Official solution

Let the kthk^{\text{th}} level of the pyramid from the top be an equilateral triangle of size nn. It therefore contains TkT_{k} balls where TkT_{k} corresponds to the kthk^{\text{th}} triangular number. Thus, the total number of balls is:

k=1NTk=k=1Nk(k+1)2=k=1N(k+12)=k=2N+1(k2) \begin{aligned} \sum_{k=1}^{N} T_{k} & =\sum_{k=1}^{N} \frac{k(k+1)}{2} \\ & =\sum_{k=1}^{N}\binom{k+1}{2} \\ & =\sum_{k=2}^{N+1}\binom{k}{2} \end{aligned}

Let's prove by induction on n2n \geq 2 that k=2n(k2)=(n+13)\sum_{k=2}^{n}\binom{k}{2}=\binom{n+1}{3}:

Initialization: if n=2n=2, then:

k=22(k2)=1=(2+13) \sum_{k=2}^{2}\binom{k}{2}=1=\binom{2+1}{3}

The initialization is verified.

Hereditary: suppose that for a fixed nn, we have k=2n(k2)=(n+13)\sum_{k=2}^{n}\binom{k}{2}=\binom{n+1}{3} (induction hypothesis). In this case, we have:

k=2n+1(k2)=k=2n(k2)+(n+12)=(n+13)+(n+12)=(n+23) \begin{aligned} \sum_{k=2}^{n+1}\binom{k}{2} & =\sum_{k=2}^{n}\binom{k}{2}+\binom{n+1}{2} \\ & =\binom{n+1}{3}+\binom{n+1}{2} \\ & =\binom{n+2}{3} \end{aligned}

The hereditary property is verified.

Finally, by induction, we can assert that k=2N+1(k2)=(N+23)\sum_{k=2}^{N+1}\binom{k}{2}=\binom{N+2}{3}. Therefore, the number of balls is (N+23)\binom{N+2}{3}.

Inspired by the proof above for the hereditary property, we can show by induction on the dimension dd of the hypertetrahedron that the total number of balls is (N+d1d)\binom{N+d-1}{d}.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.