SOLUTION: Use Euler's formula to answer the question. A polyhedron has 15 vertices and 31 edges. How many faces does it have? (I know that the formula is v+f=E+2, would I just subtract

Algebra ->  Volume -> SOLUTION: Use Euler's formula to answer the question. A polyhedron has 15 vertices and 31 edges. How many faces does it have? (I know that the formula is v+f=E+2, would I just subtract      Log On


   



Question 204158: Use Euler's formula to answer the question.
A polyhedron has 15 vertices and 31 edges. How many faces does it have?
(I know that the formula is v+f=E+2, would I just subtract 33 from 15 to get the correct number of faces?)
Thank you so much for your help on this problem...

Answer by Theo(13342) About Me  (Show Source):
You can put this solution on YOUR website!
euler's formula states that:
V - E + F = 2
-----
if the polyhedron has 15 vertices and 31 edges, simply plug into the formula to get your answer.
-----
V - E + F = 2 becomes:
15 - 31 + F = 2 which becomes:
-16 + F = 2 which becomes:
F = 18
-----
plug back into Euler's formula to check:
15 - 31 + 18 = 2
-16 + 18 = 2
2 = 2
this is good
-----
you stated the equation as V + F = E + 2 which looks ok.
V = 15
E = 31
plug into your equation to get:
15 + F = 31 + 2
this gets you:
F = 31 - 15 + 2
which means you would subtract 15 from 31 as you stated and add it to 2 in order to get your answer.
-----
you just need to substitute into the euler equation and you'll get your answer easily.
-----
you have to move things around but that's normal arithmetic.
15 + F = 31 + 2
subtract 15 from both sides of the equation to get:
F = 31 - 15 + 2
combine like terms to get:
F = 16 + 2 = 18
-----