5 questions to test your understanding
A connected graph has 10 vertices. Alice removes edges one at a time, always keeping the graph connected, until no more edges can be removed without disconnecting it. How many edges remain?
In a tree on 8 vertices, how many distinct simple paths exist between any given pair of vertices?
A forest with 15 vertices and 4 connected components has exactly 11 edges.
In any tree with more than one vertex, nearly every vertex has degree at least 2.
Why is there exactly one path between any two vertices in a tree? Explain the argument.