Question 1052251
The two travelers/vehicles catchup problem


<pre>
                 SPEED           TIME           DISTANCE
EARLYSLOW        350             t+2             d
LATEFAST         490             t               d
</pre>


Basic Rule RT=D;
solve for both d and t;
Concentrate on time quantities first, and time points later.