Given that the number of edges in a simple graph G having 10 vertices is 37, what can we infer from this piece of information?
I could guess that since the number of vertices is 10, the number of permissible edges have to be from zero to $10\choose{2}$.
So we know that G isn't a complete graph. How can we find out more details like if it is connected or disconnected? or is it a closed graph?
Thanks.
Well, I'm sure there is plenty of information you can obtain, depending on other assumptions and what you'd like to prove.
Assuming $G$ is a simple graph on $10$ vertices with $37$ edges:
Using 1., we can see that $G$ is not a tree or forest (more than $|V(G)|-1$ edges and connected), and therefore contains a cycle. You can also compute quantities like the average degree, $2|E(G)|/|V(G)|$, which may be useful. At this point, we can just list random things.
You can find more information, but these three are the main things that come to my mind when thinking about the number of edges in a graph.