79.2k views
3 votes
Mario’s company makes unusually shaped imitation gemstones. One gemstone has 12 faces and 11 vertices. How many edges does the gemstone have?

2 Answers

5 votes
using Polyhedral formula (v;vertices, e;edges, f;faces) v + f - 2 = e

v=11 f=12
11+12-2=21

21 edges

User Rob Moore
by
6.4k points
5 votes

Answer:

21 edges does the gemstone have

Explanation:

By Leonard Euler's Polyhedral Formula:


v+f-2 = e .....[1]

where,

v is the vertices

f is the faces

e is the edges.

As per the statement:

Mario’s company makes unusually shaped imitation gemstones.

One gemstone has 12 faces and 11 vertices.

⇒f = 12 and v = 11

Substitute these in [1] we have;


11+12-2 = e


23-2 = e

Simplify:


21= e

Therefore, 21 edges does the gemstone have

User Levi Noecker
by
6.5k points