• S
    SwaseekhGATE Preparation
General
  • Dashboard
  • Syllabus
  • Questions
  • Aptitude
  • Mock Tests
  • TCS NQT 2026
Account
  • Pricing
  • Contact
  1. GATE CS
  2. PYQs
  3. Discrete Mathematics

The chromatic number of a graph is the minimum number of colours used in a proper colouring of the graph. The chromatic number of the following graph is __________. [Graph: A wheel-like graph with 8 outer vertices arranged in a ring, each adjacent to its two ring-neighbours; the ring alternates connections forming even cycles with no additional chords that force odd cycles.]

GATE 2024 · Discrete Mathematics · Graph Coloring · medium

Answer: 2

  1. Check for odd cycles: The graph shown is a planar graph whose structure forms only even-length cycles (an outer ring of even length with no odd-cycle-forcing chords). It is bipartite.
  2. Conclude chromatic number: Since G is bipartite and has edges, chi(G) = 2.