Question 1054658
EDIT:  Same question asked again, and answered about a week later, Nov. 4, 2016.  Solution found was different than here at the bottom.  See the posted response to Question #1055890.
-------------------------------------------------------------------


No.  That cannot be correct.


From question posting  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.
-----------------


To finish that work, {{{x=(ap+bp)/(a+2b)}}}  or  {{{x=p(a+b)/(a+2b)}}}.