Question 998700
<pre>
               rate         time          distance
DOWN           r+c           3              21
UPST           r-c           4              20

{{{system((r+c)*3=21,(r-c)*4=20)}}}
</pre>


{{{system(r+c=7,r-c=5)}}}
Two linear equation in two unknown variables.