Art of Problem Solving
During AMC 10A/12A testing, the AoPS Wiki is in read-only mode and no edits can be made.

Euler's Polyhedral Formula

Let $P$ be any convex polyhedron, and let $V$, $E$ and $F$ denote the number of vertices, edges, and faces, respectively. Then $V-E+F=2$.

Observe!

Apply Euler's Polyhedral Formula on the following polyhedra:

$\begin{tabular}{|c|c|c|c|}\hline Shape & Vertices & Edges & Faces\\ \hline Tetrahedron &4  &6 & 4 \\ \hline Cube/Hexahedron & 8 & 12 & 6\\ \hline Octahedron & 6 & 12 & 8\\ \hline Dodecahedron & 20 & 30 & 12\\ \hline Icosahedron & 12 & 30 & 20\\ \hline \end{tabular}$

Problem

A convex polyhedron has for its faces 12 squares, 8 regular hexagons, and 6 regular octagons. At each vertex of the polyhedron one square, one hexagon, and one octagon meet. How many segments joining vertices of the polyhedron lie in the interior of the polyhedron rather than along an edge or a face? (1988 AIME #10)

See Also

This article is a stub. Help us out by expanding it.