Question: what is the number of trees T(V,E) on the set $({v_1,v_2,v_3,v_4,v_5,v_6,v_7,v_8})$ that have at least two vertices with a 3 degree.
edit: would like if someone can confirm I did it right:
total number of trees: $8^6 - \frac{8!}{2} - \frac{6!}{2} * 8 * 7 = 221824 $
Thanks in advance!
There are quite a number of other shapes of tree that meet your requirement. I don't know an easy of finding them. You just need to carefully draw them. For the tree you show there are only three equivalent vertices-the leaves coming off the four vertex. The other two leaves are distinguishable by their positions in the tree, so the number of ways to label it is $\frac {8!}{3!}=6720$