Which one of the following is TRUE for any simple connected undirected graph with more than 2 vertices? A. No two vertices have the same degree. B. At least two vertices have the same degree. C. At least three vertices have the same degree. D. All vertices have the same degree.
GATE 2009 · Discrete Mathematics · Degree of Graph · medium
Answer: At least two vertices have the same degree (Option B)
- Count usable degree values: degrees 0 and n-1 are mutually exclusive, so at most n-1 distinct degree values can actually occur
- Apply the Pigeonhole Principle: n vertices placed into at most n-1 degree values => two vertices land on the same degree