Question 1131032
r, boat speed without current
c, speed of current


If boat goes downstream L miles in x hours and makes return trip upstream in y hours, then system of equations for this is:

{{{system(r+c=L/x,r-c=L/y)}}}


You can use Elimination Method to solve for r and c.