This is correct because the priorities are equal, so the lower MAC address wins the root election.
Why this answer
SW2 became the root bridge because its bridge ID is lower. In practical terms, spanning tree elects the root bridge by comparing bridge IDs, which are based on priority plus MAC address. The device with the lowest bridge ID wins. In the exhibit, both switches use the same priority, so the tie is broken by the lower MAC address.
This is a classic STP interpretation question. Many learners focus only on priority, but if priorities match, the MAC address becomes decisive.
Exam trap
Remember, in STP, lower values are preferred. If priorities match, the MAC address decides the root bridge.
Why the other options are wrong
The VLAN number is not a factor in the STP root bridge election. The election is based solely on bridge ID, which consists of bridge priority and MAC address.
The number of trunk ports does not affect the root bridge election. STP uses bridge ID (priority and MAC address) to determine the root bridge, not port count or type.
The root bridge is elected based on the lowest bridge ID, not the highest. A higher bridge priority (numerically larger) makes a switch less likely to become root.