2 2 votes A dodecahedron is a regular solid with $12$ faces, each face being a regular pentagon. How many edges are there? And how many vertices? $60$ edges and $20$ vertices $30$ edges and $20$ vertices $60$ edges and $50$ vertices $30$ edges and $50$ vertices Graph Theory cmi2016 graph-theory undirected-graph regular-pentagon + – go_editor 908 views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
Best answer 2 2 votes B.) Given f=12, degree of each face = df = 5. By Euler's formula, v-e+f = 2 => v - e + 12 =2 => 10 = e-v Also, $\sum degree(face) = 2*e$ => 5*12 = 2*e or e=30 Solving the equations, e=30 and v=20 agoh answered Dec 30, 2016 • selected Dec 30, 2016 by srestha agoh comment Share Follow 0 reply Please log in or register to add a comment.
1 1 vote Answer: BEach face has five edges, and there are 12 faces. But each edge is shared between two faces. Thus the number of edges is (12 × 5)/2 = 30. The number of vertices is given by Euler’s formula to be |E| − |F| + 2 = 30 − 12 + 2 = 20. soujanyareddy13 answered May 6, 2021 • edited Apr 26, 2025 by Deepak Poonia soujanyareddy13 comment Share Follow 0 reply Please log in or register to add a comment.