Difficulty: Medium
Correct Answer: 16
Explanation:
Introduction / Context:
With 4 towns, the complete undirected graph K4 has 6 edges (roads). We must choose 3 edges that do not form a 3-cycle (triangle). This is a graph-subset counting exercise with exclusion of triangular 3-edge sets.
Given Data / Assumptions:
Concept / Approach:
Step-by-Step Solution:
Verification / Alternative check:
Enumerating non-triangular 3-edge graphs on 4 vertices matches 16: these are exactly the 3-edge forests or graphs containing at least one vertex of degree 3 without closing a cycle of length 3.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
16
Discussion & Comments