So the question is:
is there a graph G on 50 vertices that is a tree and has a total degree of 100?
What I got so far was:
number of vertices = edges + 1
$50 = x + 1$
$ x = 49 $
$\frac{49}{100} = 0.49$
Therefore, no because 49 isn't divisible by 100.
Am I correct or am I wrong? Please correct me if I'm wrong.