Find total number of ways to disconnect the following graph:
- $4$
- $5$
- $6$
- $8$
My attempt:
I've done manually to find possible disconnected sets of given graph. I guess it is should be $8$.
Can you explain in formal way, please?
Find total number of ways to disconnect the following graph:
My attempt:
I've done manually to find possible disconnected sets of given graph. I guess it is should be $8$.
Can you explain in formal way, please?
Copyright © 2021 JogjaFile Inc.

The minimum number of edges that need to be removed to disconnect the graph is $3$, and there are just $4$ ways to do this: remove all of the edges incident at one vertex of degree $3$. There are $9$ ways to remove a set $E$ of edges so that (a) the resulting graph is disconnected, and (b) removing any proper subset of $E$ leaves a connected graph. However, $5$ of these require the removal of $4$ edges, not $3$:
$$\begin{align*} &ac,bc,dc,ed\\ &ad,ac,cb,be\\ &ad,dc,ce,eb\\ &ab,bc,ce,ed\\ &ba,ac,cd,de \end{align*}$$
To verify that there really are only $4$ possibilities when you remove just $3$ edges, suppose that you remove $3$ edges, but not all $3$ of the edges incident at any of the corner vertices.