
David Gwyn J. answered 11/13/20
Highly Experienced Tutor (Oxbridge graduate and former tech CEO)
d = st (where s = speed, d = distance, t = time)
for bus 1 (from A at 0km to B at 354km) for 2 hrs
(1) d1 = s1(2) = 2s1
for bus 2 (from B at 354km to A at 0km) for 2 hrs
(2) d2 = s2(2) = 2s2
and we know (because they start at same time, and head towards each other)
(3) d2 = 354 - d1
and we know (because we are told one bus is 17kph slower than the other)
(4) s2 = s1 + 17
hence we can substitute (3) and (4) in (2) to eliminate d2 and s2
(5) (354 - d1) = 2(s1 + 17) = 2s1 + 34
now we can use (1) to substitute and eliminate d1 to get
(354 - 2s1) = 2s1 + 34
=> 354 - 34 = 4s1
=> s1 = 320 / 4 = 80
from (4) s2 = s1 + 17 = 80 + 17 = 97
hence we have one bus with speed of 80 kph and the other bus with speed of 97 kph
Double check: if bus 1 is 80 kph it travels 160 km in 2 hours, while if bus 2 is 97 kph it travels 194 km in same 2 hours. 194 + 160 = 354 km as required.