Two questions I'm stuck with:
If C is a cycle, and e is an edge connecting two nonadjacent nodes of C, then we call e a chord of C. Prove that if every node of a graph G has degree at least 3, then G contains a cycle with a chord.
Take an n-cycle, and connect two of its nodes at distance 2 by an edge. Find the number of spanning trees in this graph.
Thanks....
For problem 2, the matrix-tree theorem tells you how many spanning trees there are in a graph. But for this graph, it's probably easier just to reason through it. Your graph has $n$ veertices. How many edges does it have? How many edges will a spanning tree have? So, how many edges do you get to remove to make a spanning tree? How many different ways can you pick that many edges to remove? Be careful - there are some ways of removing that many edges that won't leave you with a tree. How many such ways?