recategorized by
325 views
4 votes
4 votes
The number of possible connected simple graphs with $3$ labelled vertices is ________
recategorized by

1 Answer

Best answer
5 votes
5 votes

There are $\binom{n}{2}=\frac{n(n-1)}{2}$ pairs of distinct points to be connected to form an edge. If self loops and multiple edges between two vertices are not allowed , each of these pair determines one possible edge, and any subset of those possible edges for a distinct graph (the vertex set is fixed here and only by changing the edge set we form a distinct graph as $G=(V,E)$. A set with $\binom{n}{2}$ elements has $2^{\binom{n}{2}}$ subsets, so there are $2^{\binom{n}{2}}$ possible simple graphs.

$\therefore$ The number of possible simple graphs with $3$ labelled vertices $=2^{\frac{3\cdot2}{2}} = 2^{3} = 8$.

Now, this also includes disconnected graphs. There is no closed form solution to find the number of connected graphs with $n$ labelled vertices. But we can easily enumerate this for $n=3$ as follows.

$\{\{a-b, b-c\}, \{a-c, b-c\}, \{a-b, a-c\}, \{a-b, b-c, a-c\}\}$

So, the correct answer is $4.$

selected by
Answer:

Related questions

1 votes
1 votes
1 answer
1
gatecse asked Sep 14, 2020
195 views
If $G$ is a simple graph with $16$ edges and $\overline{G}$ has $12$ edges, how many vertices does the complement graph $\overline{G}$ have?
1 votes
1 votes
1 answer
2
gatecse asked Sep 14, 2020
130 views
Suppose a simple graph has $45$ edges, $5$ vertices of degree $6$, and all others of degree $5$. How many vertices does the graph have?
3 votes
3 votes
1 answer
3
gatecse asked Sep 14, 2020
160 views
The maximum number of edges in a disconnected graph having $12$ vertices is _______
2 votes
2 votes
2 answers
4
gatecse asked Sep 14, 2020
185 views
The maximum number of edges a graph with $45$ vertices, and $15$ connected components is ________