Questions: König's Theorem and Min-Max Relations

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A graph has three vertices forming a triangle (K₃). A student claims: 'The maximum matching has size 1. By König's theorem, the minimum vertex cover should also have size 1.' What is wrong with this reasoning?

AThe maximum matching of K₃ is actually size 2, not size 1
BKönig's theorem only applies to bipartite graphs; K₃ is an odd cycle and is not bipartite, so the theorem does not apply
CThe minimum vertex cover of K₃ is size 1, confirming the student's claim
DKönig's theorem requires that the graph have a perfect matching
Question 2 Multiple Choice

In a bipartite graph, why does maximum matching ≤ minimum vertex cover follow immediately from the definitions?

ABipartite graphs always have more vertices than edges, guaranteeing the inequality
BEach edge in the matching is vertex-disjoint from every other matching edge, so each matching edge requires its own dedicated covering vertex
CThe matching algorithm terminates before the vertex cover is fully constructed
DVertex covers in bipartite graphs must include one entire partition
Question 3 True / False

König's theorem states that in any graph, the size of a maximum matching equals the size of a minimum vertex cover.

TTrue
FFalse
Question 4 True / False

In a bipartite graph, no single vertex can cover two edges from a maximum matching simultaneously, because matching edges share no endpoints by definition.

TTrue
FFalse
Question 5 Short Answer

Explain why König's theorem fails on odd cycles like K₃ but holds for bipartite graphs. What property of bipartite graphs is essential?

Think about your answer, then reveal below.