To determine if Avisail arrived before Barry, let's analyze the statements:
(1) Avisail traveled 120 miles more than Barry.
This means Avisail's distance (d_A) is d_B + 120, where d_B is Barry's distance. However, we don't know their speeds, so we can't determine who arrived first. Insufficient.
(2) Avisail's average speed was 10 mph faster than Barry's.
This means Avisail's speed (s_A) is s_B + 10, where s_B is Barry's speed. But we don't know their distances, so we can't calculate who arrived first. Insufficient.
Combining (1) and (2):
We know Avisail's distance is d_B + 120 and his speed is s_B + 10. The travel times are:
Avisail's time: t_A = (d_B + 120) / (s_B + 10)
Barry's time: t_B = d_B / s_B
To determine if Avisail arrived first, compare t_A and t_B:
(t_A < t_B) becomes:
(d_B + 120) / (s_B + 10) < d_B / s_B
Cross-multiply:
(d_B + 120) * s_B < d_B * (s_B + 10)
Simplify:
120 * s_B < 10 * d_B
We still don't know the exact values of s_B or d_B, so we can't determine who arrived first. Even combined, the statements are insufficient.
Answer: E