I've been perusing the 20 proofs, but they all seem to involve graph theory and complexities... How would you derive this simple formula for high school or middle school students?
Specifically: $V-E+F = 2$ (Vertices, Edges, Faces)
--
I had thought that a simple system of linear equation such as $aV + bE + cF = Q$ could be used to derive the linear combination from a table of Platonic solids $V,E,F$'s - but I guess even my linear algebra is rusty...
You can allow the following moves on any connected configuration of vertices and edges on a plane or on the surface of a sphere:
1) If a vertex is on only two distinct edges, remove the vertex, and merge the edges into one. This reduces $V$ and $E$ by one, and keeps $V-E+F$ the same.
2) If an edge separates two faces, delete the edge and merge the faces into one. This reduces $F$ and $E$ by one and keeps $V-F+E$ the same. Note that the configuration of edges and vertices remains connected because the union of the boundaries of the two faces is connected even when the separating edge is removed.
3) If there is a vertex connected to just one edge at one end, remove edge and vertex. This reduces $V$ and $E$ by one, and keeps $V-E+F$ the same.
Applying these reductions leaves us with only one face (otherwise there would be an edge separating two faces). This means there are no cycles of edges, so if there are edges at all there must be an edge with a lone vertex at one end (otherwise you can go along edges until you have made a cycle - either the cycle is complete because you have visited the vertex before, or there is a way to continue the path because you haven't visited the vertex before). But such edges don't exist by $3$.
The last move was to remove a vertex and an edge leaving a lone vertex behind (by rule 3) or to remove a loop edge joined to one vertex and separating two faces (rule 2). Since rule 1 leaves the graph with an edge, and the final graph has no edges, it can't provide the last move. With either possibility of last move you are left with one vertex and one face and $1-0+1=2$.