Questions: Planar Graphs, Euler's Formula, and Structure

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A simple connected graph has 8 vertices and 22 edges. Without drawing it, what can you conclude?

AIt is planar, because 22 edges is not too many for 8 vertices
BIt is non-planar, because E = 22 > 3(8) − 6 = 18, violating the necessary condition for planarity
CIt might be planar — you would need to try all possible drawings to be sure
DIt is non-planar, because Kuratowski's theorem applies to all graphs with more than 20 edges
Question 2 Multiple Choice

A graph G looks like it requires edge crossings in every drawing you attempt. What does this tell you about whether G is planar?

AG is definitely non-planar — if all attempted drawings have crossings, no crossing-free drawing can exist
BNothing definitive — planarity means there EXISTS some drawing without crossings, and you may not have found it yet
CG is planar if the edge crossings can be reduced to fewer than V crossings
DG is non-planar only if it fails both Euler's inequality and Kuratowski's theorem simultaneously
Question 3 True / False

In Euler's formula V − E + F = 2 for connected planar graphs, the unbounded outer region counts as a face.

TTrue
FFalse
Question 4 True / False

K₅ is non-planar because every possible drawing of it in the plane produces at least one edge crossing.

TTrue
FFalse
Question 5 Short Answer

How does Euler's formula allow you to prove that K₅ is non-planar without trying all possible drawings?

Think about your answer, then reveal below.