Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.
A
Distractor review
The OSPF route, because its metric is lower
This is the classic wrong answer because the OSPF metric looks smaller. The mistake is treating metric values from different protocols as if they mean the same thing. They do not. The router first compares administrative distance when choosing between route sources such as OSPF and EIGRP, and only then uses metrics within a single protocol's own logic.
B
Best answer
The EIGRP route, because its administrative distance is lower
Correct. This is correct. EIGRP wins here because its default administrative distance of 90 is lower than OSPF's 110, so the router trusts the EIGRP route more when both advertise the same destination prefix.
C
Distractor review
Both routes, because the prefixes are identical
Routers do not automatically install both routes just because the prefix is identical. When the entries come from different routing protocols, the router chooses the source with the best administrative distance first. Only after that, and usually within the same protocol, do equal-cost load-balancing rules come into play.
D
Distractor review
Neither route, because the metrics use different scales
It is true that the metrics use different scales, but that does not mean the router rejects both routes. Cisco routers solve that comparison problem by using administrative distance first. In this case they still choose one route, and it is the EIGRP route.