Consider the tree given below: Using the property of eccentricity of a vertex,…
2012
Consider the tree given below:

Using the property of eccentricity of a vertex, find every vertex that is the center of the given tree:
- A.
d & h
- B.
c & k
- C.
g, b, c, h, j, m
- D.
c & h
Attempted by 39 students.
Show answer & explanation
Correct answer: D
First, determine the diameter of the tree by finding the longest path between any two vertices. Here, the longest paths have length 5 (e.g., a to j). The center consists of vertices with minimum eccentricity, which is ceil(diameter/2) = 3. Vertex c has a maximum distance of 3 to vertex j, and vertex h has a maximum distance of 3 to vertex a. Since both have the minimum eccentricity, they are the centers.
A video solution is available for this question — log in and enroll to watch it.