Question 1020892
Implied variable assignings,

<pre>
                 rate             time            distance

UP              r-c                3                 9

DOWN            r+c                3                18
</pre>

Form the system according to RT=D,
{{{system((r-c)*3=9,(r+c)*3=18)}}}
and solve the system.