Question 1054641
The order in which each agent starts its trip is P, Q, R.  The agent traveling for the shortest time will be R.


Interesting no time values are given; only variables must be kept for all numbers.


<pre>
                 RATE         TIME        DISTANCE

P begins          a           t+p           d

Q begins         a+b          p             d

R begins         a+2b         x             d
</pre>


We can only expect we do NOT know d, t, or x.  We know none of them.  We should assume a, a+b, a+2b, and p are constants, although not given other than as those variables.


Based on constant travel rate rule, RT=D we can form a system of equations.
{{{system(a(t+p)=d,(a+b)p=d,(a+2b)x=d)}}}


The question asks essentially for solution to x.  Could you try to solve for d, first, and use it to solve for x?  Did you possibly miss any given information from your problem description?


I see only this at best:
{{{(a+b)*p=(a+2b)*x}}} and the only unknown variable is x.