What is the maximum number of simple graphs possible with $n$ vertices and $m$ edges?
The number of edges possible in a simple graph with $n$ vertices would be ${n \choose 2}$. So the total number of possible graphs would involve the total number of subsets possible out of this which would be ${2^{n \choose 2}}$. Now we are restricted to selecting graphs which have only $m$ number of edges. How do I calculate this?