Question: If a graph has 5 vertices and 7 edges, what is the maximum number of edges it can have?
Options:
Correct Answer: 15
Solution:
In a simple undirected graph, the maximum number of edges is given by the formula V(V-1)/2, which for 5 vertices is 5(5-1)/2 = 10.