 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | A polyhedron has 20 faces and 12 vertices. Find the edges of the polyhedron. | 
| Answer» For any polyhedron, F + V – E = 2 Here, F = 20, V = 12, E = ? Using above formula, 20 + 12 - E = 2 32 - E = 2 E = 32 - 2 E = 30 | |