In a connected graph with 6 vertices, suppose vertices have an odd degree, and vertices have an even degree.
What is the minimum possible value of ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Each edge is connected to two vertices.
The sum of the vertices' degree S should be even such that S/2 is the number of edges in the connected graph.
Therefore, odd degree vertices x is even = 0 , 2 , 4 , 6
x + y = 6 → y = 6 − x → ∣ x − y ∣ = ∣ x − ( 6 − x ) ∣ = ∣ 2 x − 6 ∣ ⟹ minimum possible value of ∣ x − y ∣ = 2 when x = 2 , 4