Difficulty: Easy
Correct Answer: Both two-way roads
Explanation:
Introduction / Context:
Traffic conflicts are interactions between vehicles that can lead to crashes. At unchannelized right-angle intersections, the count of crossing, merging, and diverging conflicts depends on the directionality (one-way or two-way) of the approaches.
Given Data / Assumptions:
Concept / Approach:
Two-way movements on both intersecting roads create the maximum permutations of through and turning paths that cross each other, thus maximizing the number of crossing conflict points compared to combinations that include one-way approaches.
Step-by-Step Solution:
Enumerate through and turning movements for each approach in two-way–two-way condition.Count unique crossing paths where two vehicle trajectories intersect at-grade.This standard configuration yields 16 crossing conflict points.
Verification / Alternative check:
Conflict point diagrams in traffic engineering texts show 16 crossing conflicts for two-way–two-way intersections, fewer when any approach is one-way because several opposing movements are eliminated.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Both two-way roads
Discussion & Comments