Method: Verify both statements using an explicit small example instead of relying on the general definition alone.
Take the simple graph $K_3$, a triangle with vertices $1, 2, 3$, where every pair of vertices is connected by an edge. Its adjacency matrix, ordering rows and columns as $1, 2, 3$, is:
\[ A = \begin{pmatrix} 0 & 1 & 1 \\ 1 & 0 & 1 \\ 1 & 1 & 0 \end{pmatrix} \]Compare $A$ with its transpose $A^T$. Swapping rows and columns of $A$ reproduces the exact same matrix, since the off-diagonal $1$s sit in mirrored positions ($A_{12} = A_{21} = 1$, $A_{13} = A_{31} = 1$, $A_{23} = A_{32} = 1$). So $A = A^T$, confirming symmetry. This mirrored pattern is not special to $K_3$; it holds for any simple graph because an edge $\{i, j\}$ contributes identically to $A_{ij}$ and $A_{ji}$.
Now read off the diagonal entries: $A_{11} = A_{22} = A_{33} = 0$, because a simple graph forbids loops (a vertex cannot be adjacent to itself). Adding the diagonal entries gives:
\[ \text{trace}(A) = 0 + 0 + 0 = 0 \ne 1 \]This example confirms the general rule: the adjacency matrix of any simple graph is symmetric, and its trace is always $0$, never $1$.
\[\boxed{\text{Only (I)}}\]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 \)?