Questions: Graph Coloring and Chromatic Number

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Graph G contains a complete subgraph K₄ (four mutually adjacent vertices). What can you immediately conclude about the chromatic number χ(G)?

Aχ(G) = 4, because K₄ forces exactly four colors
Bχ(G) ≥ 4, because the K₄ subgraph alone requires four distinct colors
Cχ(G) ≤ 4, because planar graphs need at most four colors
Dχ(G) = Δ(G) + 1, because the maximum degree determines the chromatic number
Question 2 Multiple Choice

Five tasks (A, B, C, D, E) must be scheduled into time slots. Conflicts exist between A–B, B–C, C–D, D–E, and A–E (forming a 5-cycle, C₅). What is the minimum number of time slots needed?

A2 — since no three tasks all conflict with each other
B3 — a 5-cycle contains no triangle but cannot be 2-colored
C5 — each task needs its own slot because the cycle has no independent set
D4 — the maximum degree is 2, so Δ + 1 = 3 is insufficient
Question 3 True / False

The greedy coloring algorithm usually finds the minimum number of colors needed to properly color a graph.

TTrue
FFalse
Question 4 True / False

The chromatic number χ(G) of a graph is generally equal to the size of its largest clique ω(G).

TTrue
FFalse
Question 5 Short Answer

What does the chromatic number χ(G) measure, and why does the clique number ω(G) provide a lower bound for it?

Think about your answer, then reveal below.