Number of spanning trees in random graph

991 Views Asked by At

Let $G$ be a graph in $G(n, p)$ (Erdős–Rényi model). What is the (expected) number of different spanning trees of $G$?

1

There are 1 best solutions below

0
On BEST ANSWER

There are $n^{n-2}$ trees on $n$ labelled vertices. The probability that all $n-1$ edges in a given tree are in the graph is $p^{n-1}$. So the expected number of spanning trees is $p^{n-1} n^{n-2}$.