question_subject:
question_exam:
stats:
keywords:
The question provides a scenario where different routes leading to a country are blocked under certain circumstances. During storm, road Y is blocked. During floods, roads X, 1 and 2 are blocked and whenever road 1 is blocked, road Z also gets blocked.
Given in the question there is both a storm and floods, we need to identify the unblocked roads.
Option 1: Z and 2. This is incorrect as both Z and 2 are blocked during floods.
Option 2: Only Z. This is also incorrect as Z gets blocked when road 1 is blocked, which happens during floods.
Option 3: Only 3. This is correct because the question does not state that road 3 ever gets blocked regardless of storms or floods.
Option 4: Only Y. This is incorrect as road Y is blocked during the storm.
Therefore, the correct answer is `Only 3` which is the road that remains unaffected by storms and floods.