If the congruent polygons of a prism have 10 sides, how many faces, edges and vertices does the prism have? What if the polygons have n sides?
Hint. Build it up in pieces: two end polygons, then the side faces joining them.
Build the prism from its parts. A prism has two congruent polygons as opposite faces, with edges joining corresponding vertices, and all the other faces parallelograms. Counting is easiest if each kind of part is counted separately, since every vertex, edge and face belongs to exactly one of the groups below.
Vertices. Each of the two polygons has n corners, and no others exist, so V = 2n
Faces. Two polygon faces, plus one side face for each side of the polygon: F = n + 2
Edges. The n edges of the top polygon, the n edges of the bottom polygon, and n vertical edges joining corresponding vertices: E = 3n
For a 10-sided polygon (n = 10): Faces = 10 + 2 = 12 Edges = 3 × 10 = 30 Vertices = 2 × 10 = 20
Check with Euler's relation. For any solid of this kind, V − E + F = 2: 20 − 30 + 12 = 2 ✓ And in general 2n − 3n + (n + 2) = 2 ✓ for every n — a check that costs nothing and catches slips instantly.
| n | Prism | Faces | Edges | Vertices |
|---|---|---|---|---|
| 3 | triangular | 5 | 9 | 6 |
| 5 | pentagonal | 7 | 15 | 10 |
| 6 | hexagonal | 8 | 18 | 12 |
| 10 | decagonal | 12 | 30 | 20 |
| n | — | n + 2 | 3n | 2n |
✦ A prism on a 10-sided polygon has 12 faces, 30 edges and 20 vertices. In general: F = n + 2, E = 3n, V = 2n.
