What Is a Polyhedron?
A polyhedron is a closed three-dimensional solid whose surface is made up entirely of flat polygon faces. The word comes from the Greek poly ("many") and hedron ("face") — literally "many faces." Its surface has no curves and no openings: every part of the boundary is a flat polygon.
Every polyhedron has three kinds of parts:
Faces — the flat polygon surfaces that bound the solid (a cube has $6$ square faces).
Edges — the straight line segments where two faces meet (a cube has $12$ edges).
Vertices — the corner points where three or more edges meet (a cube has $8$ vertices).
A reader question worth settling immediately — is a sphere a polyhedron? No. A sphere, a cylinder, and a cone all have at least one curved surface, so none of them is a polyhedron; a polyhedron's faces must be flat polygons, its edges straight, its corners sharp. The smallest possible polyhedron is the tetrahedron, with just $4$ triangular faces. For where polyhedra sit among all solids, see the geometric shapes overview and the broader shapes guide.
Types of Polyhedrons
Polyhedra split into families by the shape and arrangement of their faces.
Prisms — two identical, parallel polygon faces (the bases) joined by rectangular side faces. A rectangular box and a triangular prism are prisms; the cross-section is the same all along its length.
Pyramids — one polygon base and triangular side faces rising to a single apex point. A square pyramid (the Egyptian shape) and a triangular pyramid are the common ones.
Platonic solids — the five regular polyhedra, where every face is the same regular polygon and the same number meet at each vertex: the tetrahedron ($4$ triangles), cube ($6$ squares), octahedron ($8$ triangles), dodecahedron ($12$ pentagons), and icosahedron ($20$ triangles). There are exactly five — no more are geometrically possible.
Polyhedra are also sorted two more ways:
Regular vs irregular. A regular polyhedron has identical regular-polygon faces (the five Platonic solids); an irregular polyhedron does not — a shoebox-shaped rectangular prism is irregular because its faces are not all congruent regular polygons.
Convex vs concave. A convex polyhedron has no "dents" — any line segment joining two points inside it stays inside. A concave polyhedron has at least one inward dent. Euler's formula below holds for any convex polyhedron.
Euler's Formula: $F + V - E = 2$
Here is the result that ties the three parts of a polyhedron together. For any convex polyhedron, the number of faces $F$, vertices $V$, and edges $E$ obey:
$$F + V - E = 2.$$
Read it as a balance: faces plus vertices always exceed edges by exactly $2$, no matter the shape or size of the convex polyhedron. Each letter is one of the parts you just met — $F$ counts the flat faces, $V$ the corner points, $E$ the line segments between them.
Test it on a cube. A cube has $F = 6$ faces, $V = 8$ vertices, and $E = 12$ edges:
$$F + V - E = 6 + 8 - 12 = 2. \checkmark$$
Now a triangular prism: $F = 5$ (two triangles plus three rectangles), $V = 6$, $E = 9$:
$$5 + 6 - 9 = 2. \checkmark$$
The formula does double duty. As a check, it confirms your part-counts are right. As a tool, it finds a missing count from the other two — rearrange it to $E = F + V - 2$, or $V = E - F + 2$, or $F = E - V + 2$. A reader question that comes up constantly — how do you find the number of edges of a polyhedron? — is answered exactly this way: $E = F + V - 2$.
Examples of Polyhedrons
With the parts, the types, and Euler's formula in place, here is the topic doing real work. The problems build from naming parts up to using the formula in reverse.
Example 1
How many faces, edges, and vertices does a square pyramid have?
A square pyramid has a square base and four triangular sides: $F = 5$ faces ($1$ square $+$ $4$ triangles), $E = 8$ edges, $V = 5$ vertices ($4$ base corners $+$ $1$ apex).
Example 2
A solid has $6$ faces, $8$ vertices, and a curved top. A student calls it a polyhedron because it has faces and vertices. Is that right?
Wrong attempt. The reasoning is: "it has $6$ faces and $8$ vertices, the same counts as a cube, so it must be a polyhedron." That counts parts without checking the defining condition.
Why it breaks. A polyhedron's surface must be made entirely of flat polygon faces. A curved top means part of the surface is not a flat polygon — so the solid fails the definition outright, regardless of how many faces and vertices the rest of it has. Matching counts with a cube does not make a shape a polyhedron.
Correct. The solid is not a polyhedron, because one of its surfaces is curved. Every face of a polyhedron must be a flat polygon; one curved surface disqualifies it.
Example 3
A polyhedron has $F = 7$ faces and $V = 10$ vertices. Find the number of edges.
Use Euler's formula rearranged for edges: $E = F + V - 2 = 7 + 10 - 2 = 15$ edges.
Example 4
Verify Euler's formula for an octahedron, which has $8$ faces and $6$ vertices and $12$ edges.
$$F + V - E = 8 + 6 - 12 = 2. \checkmark$$
The octahedron satisfies Euler's formula.
Example 5
A prism has a hexagonal base. How many faces, edges, and vertices does it have, and does it satisfy Euler's formula?
A hexagonal prism has $2$ hexagonal bases and $6$ rectangular sides, so $F = 8$. It has $12$ vertices ($6$ on each base) and $18$ edges ($6$ on each base $+$ $6$ joining them). Check: $8 + 12 - 18 = 2$. It satisfies Euler's formula.
Example 6
A convex polyhedron has $12$ edges and $6$ vertices. How many faces does it have, and could it be a cube?
Rearrange Euler's formula for faces: $F = E - V + 2 = 12 - 6 + 2 = 8$. With $8$ faces, $12$ edges, and $6$ vertices, this is an octahedron, not a cube — a cube has $6$ faces, $8$ vertices, and $12$ edges. The vertex and face counts are swapped, which is exactly how the cube and octahedron relate as "dual" solids.
Why Polyhedrons Matter Beyond the Classroom
Polyhedra are how nature and engineering build strong, packable, predictable solids out of flat pieces.
Crystals and chemistry. Salt crystals are cubes, diamonds form octahedral shapes, and many minerals grow as polyhedra because their atoms pack into flat-faced lattices — geometry the material settles into on its own.
Architecture and structures. Geodesic domes and modern faceted buildings are polyhedra; their flat triangular faces distribute load efficiently, which is why the shape spans large spaces with little material.
Dice and games. A fair die must be a polyhedron whose faces are all identical, which is exactly why the five Platonic solids ($d4$, $d6$, $d8$, $d12$, $d20$) became the standard set of gaming dice.
Computer graphics. Every 3D model on a screen is a polyhedron — a mesh of flat polygon faces — and Euler's formula is used to check that the mesh is "closed" with no holes before it is rendered.
For a Grade 7 or Grade 8 student, the polyhedron is the bridge from flat 2D polygons to solid 3D geometry, and Euler's formula is often the first time a single equation links three different counts of a shape — a small glimpse of how deep and surprising geometry gets.
Where Students Trip Up on Polyhedrons
Mistake 1: Counting a curved solid as a polyhedron
Where it slips in: A cylinder or cone has flat circular ends and obvious "faces," so a student calls it a polyhedron.
Don't do this: Treat a cylinder ($2$ flat circles $+$ $1$ curved side) as a polyhedron.
The correct way: Every face of a polyhedron must be a flat polygon, and a circle is not a polygon — plus the curved side is not flat at all. Cylinders, cones, and spheres are not polyhedra.
Mistake 2: Miscounting hidden edges and vertices
Where it slips in: Counting from a 2D drawing of a 3D solid, the student misses the edges and vertices hidden behind the shape.
Don't do this: Count only the visible front edges of a cube and report fewer than $12$.
The correct way: Count systematically — for a prism, count one base, double it, then add the connecting edges. The memorizer who counts only what they can see in the drawing undercounts every time; Euler's formula ($F + V - E = 2$) is the safety check that catches the error.
Mistake 3: Swapping faces and vertices in Euler's formula
Where it slips in: Plugging numbers into $F + V - E = 2$, the student puts the edge count where a face or vertex count belongs.
Don't do this: Compute $E + V - F$ or otherwise scramble which count goes where.
The correct way: Keep the roles fixed: $F$ is faces, $V$ is vertices, $E$ is edges, and the relationship is $F + V - E = 2$ — faces plus vertices, minus edges. Label each count before substituting.
Key Takeaways
A polyhedron is a 3D solid bounded entirely by flat polygon faces, with straight edges and corner vertices.
Curved solids — spheres, cylinders, cones — are not polyhedra.
The main types are prisms, pyramids, and the five Platonic (regular) solids.
Euler's formula, $F + V - E = 2$, links faces, vertices, and edges for any convex polyhedron and finds a missing count from the other two.
The most common mistake is calling a curved solid a polyhedron or miscounting hidden edges — use Euler's formula as a check.
Practice These Problems to Solidify Your Understanding
A triangular prism has $5$ faces and $6$ vertices. Use Euler's formula to find its number of edges.
State whether each is a polyhedron: a cube, a cone, a square pyramid, a sphere.
A convex polyhedron has $20$ faces and $30$ edges. How many vertices does it have, and which Platonic solid is it?
Answer to Question 1: $E = F + V - 2 = 5 + 6 - 2 = 9$ edges. Answer to Question 2: cube — yes; cone — no (curved surface); square pyramid — yes; sphere — no (curved surface). Answer to Question 3: $V = E - F + 2 = 30 - 20 + 2 = 12$ vertices; it is the icosahedron. If you called the cone a polyhedron, revisit Mistake 1.
Want a live Bhanzu trainer to walk your child through polyhedrons, their parts, and Euler's formula? Book a free demo class — online globally.
Was this article helpful?
Your feedback helps us write better content