Question 988966
Their destinations is a specific POINT between towns A and B?


Sum of their traveled distances is the distance between the towns.
<pre>
Amit         60     t      d
Vijay        80     t     60


System of Equations
{{{system(60t=d,80t=60)}}}
</pre>


Solve for t and t, and then evaluate  d+60.