Question:medium

Which one of the following represents the total number of faces in the given graph

Show Hint

Use Euler’s formula: \(F = E - V + 2\).
Updated On: Jul 2, 2026
  • \(4\)
  • \(7\)
  • \(8\)
  • \(6\)
Show Solution

The Correct Option is C

Solution and Explanation

Step 1: Recall Euler formula for planar graphs.
For any connected planar graph, Euler formula states $V - E + F = 2$, which rearranges to $F = E - V + 2$, where $V$ = vertices, $E$ = edges, and $F$ = faces (including the unbounded outer face).

Step 2: Read the graph parameters.
From the given graph: vertices $V = 5$ and edges $E = 11$.

Step 3: Calculate the number of faces.
$F = E - V + 2 = 11 - 5 + 2 = 8$. This includes 7 interior bounded faces and 1 exterior unbounded face. \[ \boxed{8} \]
Was this answer helpful?
0