Rachel and Beatrice take turns coloring the faces of a convex polyhedron red and blue, respectively. A player wins if she gets her color on three faces that share a common vertex. If Rachel goes first and both players use their optimal strategies, who wins the game?
I don't really understand where to start. I tried playing the game but that didn't help much for me because I couldn't think of any ideas. I know that for a tetrahedron, the game results in a tie. I know that for a cube the first person wins if they pick something adjacent to their first move. After this, I am not sure with a pentagon because if it is a square-based-pyramid, the first person wins if the pick the square but if it is a triangular prism, it results in a tie.
Generalizing that cube strategy, the first player $R$ wins if there's any face with four or more edges. Choose that face first. Whatever the second player $B$ does, there are three consecutive edges of that face with the other faces on them open. Choose the face connected to the middle edge. There are then two open faces that lead to a victory on $R$'s next move; $B$ can only block one of them, and $R$ wins.
Similarly, if there's any vertex that's part of five or more faces, the first player wins. Just keep choosing faces at that vertex until you've got three of them.
Both of these strategies win in the minimum three moves, so they don't have to worry about playing defense - the opponent doesn't get the chance to color enough faces for a chance of winning.
What polygons don't fit into either one of these categories? We need all faces to be triangles, and all vertices to have degree $4$ or less. That gives us the following system for the numbers of vertices, edges, and faces: $$3F = 2E$$ $$4V \ge 2E$$ $$V+F = E+2$$ The last equation there is the Euler characteristic, true for any polyhedron without holes. Combining these, $$12E+24=12(V+F)=4\cdot 3F+3\cdot 4V \ge 4\cdot 2E+3\cdot 2E = 14E$$ and $E\le 12$. That leads to three possibilities:
So, there it is. On anything other than the tetrahedron, the first player wins in the minimum three moves, not bothering with defense. It's not much of a game.