The first statement is true from handshaking lemma. The second one is true from being famous connected. The connected graph with smallest amount of edges is always a tree, so according to the tree definition |V| - 1 = |E|. In case we add cycles to our tree |V| - 1 <= |E|. The third statement is wrong for connected graphs, counterexample is G ({v1}, {}). Correct answer is D.
Comments
D
Leave a comment