Questions: Chromatic Number: Bounds and Algorithms

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A graph G has maximum degree Δ(G) = 6. The greedy coloring algorithm processes vertices in some order. Which statement is guaranteed to be true?

AThe greedy algorithm will always use exactly 7 colors
BThe chromatic number χ(G) is exactly 6
CThe greedy algorithm uses at most 7 colors, but χ(G) may be much smaller
DNo proper coloring of G can use fewer than 6 colors
Question 2 Multiple Choice

A graph G is triangle-free (contains no 3-clique). What can we conclude about χ(G)?

Aχ(G) = 2, because triangle-free graphs are bipartite
Bχ(G) ≤ 2, because ω(G) = 1 gives a tight lower bound
Cχ(G) ≥ 2, but χ(G) could be arbitrarily large despite ω(G) = 2
Dχ(G) ≤ Δ(G) by Brooks' theorem, since G is not a complete graph
Question 3 True / False

For any graph G, the chromatic number χ(G) is always at least as large as the clique number ω(G).

TTrue
FFalse
Question 4 True / False

If a graph G has clique number ω(G) = 5, then its chromatic number should be exactly 5.

TTrue
FFalse
Question 5 Short Answer

Why is the clique lower bound χ(G) ≥ ω(G) sometimes a very weak lower bound, and what does this reveal about the chromatic number?

Think about your answer, then reveal below.