Questions: Brooks' Theorem

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

You have a connected graph G with maximum degree Δ = 5 that is neither a complete graph nor an odd cycle. What does Brooks' Theorem guarantee?

AThe graph requires exactly 5 colors — no more, no less
BThe graph can be properly colored with at most 5 colors
CThe graph requires at most 6 colors, because the trivial greedy bound always applies
DThe graph can always be 4-colored because Δ is only an upper bound
Question 2 Multiple Choice

Which of the following graphs requires Δ+1 colors according to Brooks' Theorem?

AA connected 4-regular graph that is not a complete graph and not an odd cycle
BThe cycle graph C₇ (seven vertices arranged in a ring)
CA 3-regular bipartite graph
DA 5-regular graph that contains a triangle
Question 3 True / False

Brooks' Theorem says nearly every graph can be properly colored with exactly Δ colors.

TTrue
FFalse
Question 4 True / False

The complete graph K₅ has chromatic number 5, which equals Δ+1 for that graph.

TTrue
FFalse
Question 5 Short Answer

Why do odd cycles require Δ+1 colors, while even cycles only need Δ colors?

Think about your answer, then reveal below.