Question 761849
A speed boat has a speed of 27 mph in still water. If it requires 1 1/8 hours for the boat to go 15 miles downstream and return, what is the speed of the current?
-------
upstream DATA:
dist = 15 miles ; rate = 27-c mph ; time = 15/(27-c) hrs
----
downstream DATA:
dist = 15 miles ; rate = 27+c mph ; time = 15/(27+c) hrs
----
Equations;
 15/(27-c) + 15/(27+c) = 9/8 hrs
-----
Multiply thru by 8(27-c)(27+c) to get:
----
8*15(27+c) + 8*15(27-c) = 9(27^2-c)^2
-------
120*27 + 120*27 = 9(27^2-c^2)
---
2(120*27) = 9(27^2-c^2)
6*120 = 27^2-c^2
c^2 = 9
c = 3 mph (speed of the current)
================================
Cheers,
Stan H.
===============