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

2012

Consider the tree given below:

image.png

Using the property of eccentricity of a vertex, find every vertex that is the center of the given tree:

  1. A.

    d & h

  2. B.

    c & k

  3. C.

    g, b, c, h, j, m

  4. 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.

Explore the full course: Mppsc Assistant Professor