To determine the number of pendant vertices in the given tree, we need to analyze the structure of the tree based on the provided information.
Let's break down the problem:
Let's denote:
From the property of trees, we know that the sum of degrees of all vertices is twice the number of edges, and a tree with \(n\) vertices has \(n-1\) edges. Thus,
\(\sum \text{{degree}} = 2(n-1)\)
The vertices in the tree consist of:
Thus, the equation for the sum of degrees becomes:
\(P \times 1 + 1 \times 2 + d_3 \times 3 = 2(n-1)\)
Simplifying further:
\(P + 2 + 3d_3 = 2(n-1)\)
We also note that the total number of vertices \(n\) can be expressed as:
\(n = P + 1 + d_3\)
Substitute \(n\) into the degrees equation:
\(P + 2 + 3d_3 = 2((P + 1 + d_3) - 1)\)
Simplifying gives:
\(P + 2 + 3d_3 = 2(P + d_3)\)
\(P + 2 + 3d_3 = 2P + 2d_3\)
Rearranging terms, we find:
\(d_3 = P - 2\)
Since \(d_3\) must be non-negative, we solve:
\(P - 2 \geq 0\)
\(P \geq 2\)
By assuming various values of \(P\) and simplifying, we find that the logical solution given the constraints confirms:
When \(P = 4\), we satisfy all criteria:
1 vertex degree 2, 4 vertices degree 1, and 2 vertices degree 3, aligning the vertex and edge count.
Hence, the number of pendant vertices is \(4\).
Suppose a minimum spanning tree is to be generated for a graph whose edge weights are given below. Identify the graph which represents a valid minimum spanning tree?
\[\begin{array}{|c|c|}\hline \text{Edges through Vertex points} & \text{Weight of the corresponding Edge} \\ \hline (1,2) & 11 \\ \hline (3,6) & 14 \\ \hline (4,6) & 21 \\ \hline (2,6) & 24 \\ \hline (1,4) & 31 \\ \hline (3,5) & 36 \\ \hline \end{array}\]
Choose the correct answer from the options given below:
Match LIST-I with LIST-II

Choose the correct answer from the options given below:
Let \( G \) be a simple, unweighted, and undirected graph. A subset of the vertices and edges of \( G \) are shown below.

It is given that \( a - b - c - d \) is a shortest path between \( a \) and \( d \); \( e - f - g - h \) is a shortest path between \( e \) and \( h \); \( a - f - c - h \) is a shortest path between \( a \) and \( h \). Which of the following is/are NOT the edges of \( G \)?