retagged by
908 views
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?

  1. $60$ edges and $20$ vertices
  2. $30$ edges and $20$ vertices
  3. $60$ edges and $50$ vertices
  4. $30$ edges and $50$ vertices

2 Answers

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

selected by
1 1 vote

Answer: B

Each 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.

edited by
Answer:
Position:
Show:

Related questions

2 2 votes
2 answers 2 answers
1.3k
1.3k views
go_editor asked Dec 30, 2016
1,299 views
ScamTel has won a state government contract to connect $17$ cities by high-speed fibre optic links. Each link will connect a pair of cities so that the entire network is ...
0 0 votes
2 2 answers
1.3k
1.3k views
go_editor asked Dec 30, 2016
1,271 views
Consider a weighted undirected graph $G$ with positive edge weights. Let $(u, v)$ be an edge in the graph. It is known that the shortest path from a vertex $s$ to $u$ has...
2 2 votes
2 2 answers
1.4k
1.4k views
go_editor asked Dec 30, 2016
1,430 views
In a connected undirected graph, the distance between two vertices is the number of edges in the shortest path between them. Suppose we denote by $P$ the following proper...
2 2 votes
2 answers 2 answers
1.2k
1.2k views
go_editor asked Dec 30, 2016
1,191 views
An undirected graph can be converted into a directed graph by choosing a direction for every edge. Here is an example:Show that for every undirected graph, there is a way...