Questions: König's Theorem and Matching-Cover Duality

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

In the Petersen graph (a non-bipartite graph), the maximum matching has size 5 but the minimum vertex cover has size 6. What does this demonstrate?

AKönig's Theorem was applied incorrectly — the maximum matching must be recalculated
BThe Petersen graph has a structural error in its construction
CKönig's Theorem applies only to bipartite graphs; the equality between maximum matching and minimum vertex cover fails in general graphs
DA larger matching could be found with a different augmenting-path algorithm
Question 2 Multiple Choice

In a bipartite graph where the maximum matching has size 7, what is the minimum number of vertices needed to cover every edge?

AIt cannot be determined without knowing the total number of vertices
B14 vertices — one for each endpoint of each matched edge
C7 vertices, by König's Theorem
DAt least 7, but possibly more depending on graph structure
Question 3 True / False

In any graph (bipartite or not), the minimum vertex cover size is at least as large as the maximum matching size.

TTrue
FFalse
Question 4 True / False

König's Theorem states that maximum matching equals minimum vertex cover in most graphs.

TTrue
FFalse
Question 5 Short Answer

Why is König's Theorem described as a 'min-max duality,' and what makes this surprising?

Think about your answer, then reveal below.