Imagine a tree standing tall in the forest. Its structure can be represented as a tree graph: the node labeled R stands for the roots, the nodes labeled L represent the leaves, and every other node, labeled by numbers, marks a branching point where the trunk or branches split.
Consider the graph representation of this tree displayed on the following figure.
One afternoon, a sudden whirlwind sweeps through the forest. The strong gusts break some of the branching nodes, tearing off sections of the tree. To survive, the tree’s roots must still maintain at least half of its original leaf nodes after the storm.
From the options below, which set of branching nodes could be destroyed by the whirlwind — while still allowing the tree to remain alive?
A. 2, 11, 22, 23
B. 5, 7, 12, 16, 18, 19, 22, 24
C. 2, 12, 17, 20
D. 6, 7, 14, 24
E. None of the above.
Original idea by: Rodolfo Bitu


