Question 132505
A ship cruising on a river can travel the 135 mile distance between two cities in 15 hours when cruising against the current. When cruising with the current, the trip takes 5 fewer hours. Write and solve a system of equations to find the speed of the current and of the ship in still water. 
------------------------------------
Upstream DATA:
Distance = 135 miles ; time = 15 hrs. ; rate = 135/15 = 9 mph
-------------------
Downstream DATA:
Distance  = 135 miles ; time = 10 hrs. ; rate = 135/10 = 13.5 mph
------------------
Let current speed be "c"; Let boat speed be "b".
-------------------
EQUATIONSL
b+c = 13.5
b-c = 9
------------
Add to solve for "b":
2b = 22.5
b = 11.25 mph (boat speed in still water)
-----------------
Substitute to solve for "c":
11.25 + c = 13.5
c = 2.25 mph (current speed)
==================
Cheers,
Stan H.