Maths Olympiad Prep

Library / /19 of 68

, 2017

Combinatorics Difficulty 4.8 AIME Prove it United States

Problem:
A polyhedron has 7n7n faces. Show that there exist n+1n+1 of the polyhedron's faces that all have the same number of edges.

Solution

Solution:
Let VV, EE, and FF denote the number of vertices, edges, and faces respectively. Let aka_k denote the number of faces with kk sides, and let MM be the maximum number of sides any face has.

Suppose that akna_k \leq n for all kk and that M>8M > 8. Note that each edge is part of exactly two faces, and each vertex is part of at least three faces. It follows that
k=3Mak=Fk=3Mkak2=Ek=3Mkak3V \begin{aligned} & \sum_{k=3}^{M} a_k = F \\ & \sum_{k=3}^{M} \frac{k a_k}{2} = E \\ & \sum_{k=3}^{M} \frac{k a_k}{3} \geq V \end{aligned}
and in particular
k=3Mak(1k2+k3)FE+V=2 \sum_{k=3}^{M} a_k \left(1 - \frac{k}{2} + \frac{k}{3}\right) \geq F - E + V = 2
by Euler's formula. But on the other hand, akna_k \leq n by assumption, so
2k=3Mak(1k6)k=3Mn(1k6)=k=38n(1k6)+k=9Mn(1k6)12n12n(M8) \begin{aligned} 2 &\leq \sum_{k=3}^{M} a_k \left(1 - \frac{k}{6}\right) \\ &\leq \sum_{k=3}^{M} n \left(1 - \frac{k}{6}\right) \\ &= \sum_{k=3}^{8} n \left(1 - \frac{k}{6}\right) + \sum_{k=9}^{M} n \left(1 - \frac{k}{6}\right) \\ &\leq \frac{1}{2} n - \frac{1}{2} n (M - 8) \end{aligned}
where the last step follows from the fact that 1k6121 - \frac{k}{6} \leq -\frac{1}{2} for k9k \geq 9. Thus
292n12nMM92n212n<9 2 \leq \frac{9}{2} n - \frac{1}{2} n M \Longrightarrow M \leq \frac{\frac{9}{2} n - 2}{\frac{1}{2} n} < 9
contradicting the fact that M>8M > 8. It follows that M8M \leq 8, and as each face has at least 3 edges, the result follows directly from Pigeonhole.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement reproduced verbatim; metadata (topic, difficulty) added by this project.