Distance = Velocity X Time
Velocity of Car 1 = v1
Velocity of Car 2 = v2
System of two equations:
v2 = v1 - 20
(v1)(t) + (v2)(t) = 600
(v1)(4) + (v2)(4) = 600 (since the total distance is 600 km, and the time is 4 hours)
Substitute (v1 - 20) in place of v2:
(v1)(4) + (v1 - 20)(4) = 600
(v1)(4) + (v1)(4) - (20)(4) = 600
(v1)(8) = 680
v1 = 85
Plug in v1 = 85 into the v2 equation (v2 = v1 - 20):
v2 = 65