Question 887960
{totalDistance}/{totalTime}


d is distance each way.

{{{RT=D}}}, {{{T=D/R}}}.


{{{d/60+d/30}}}, total time

{{{2d}}}, total distance

{{{highlight((2d)/(d/60+d/30))}}}, average speed.  Simplify that and it will be your finished result.