Question:

Find the number of edges of the wheel graph $W_n$.

Show Hint

Wheel graphs combine a cycle and a star structure, doubling the edge count relative to the cycle length.
Updated On: June 02, 2025
  • \(n - 1\)
  • \(\dfrac{n(n - 1)}{2}\)
  • \(2n\)
  • \(n \times 2^{n - 1}\)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

The wheel graph \(W_n\) consists of a cycle of \(n\) vertices plus one central vertex connected to all \(n\) outer vertices. The cycle has \(n\) edges and the central connections add another \(n\), so total: \[ n + n = 2n \text{ edges} \]
Was this answer helpful?
0
0

TS PGECET Notification