Step 1: Understanding the Concept:
This is a classic 'Boats and Streams' problem. The speed of the boat is affected by the speed of the river's current. When rowing downstream, the speeds add up. When rowing upstream, the river's speed is subtracted from the boat's speed.
Step 2: Key Formula or Approach:
Let \(u\) be the speed of the boat in still water.
Let \(v\) be the speed of the stream.
Speed downstream (\(S_d\)) = \(u + v\).
Speed upstream (\(S_u\)) = \(u - v\).
Time = Distance / Speed.
The problem states that the time to go upstream is 4 times the time to go downstream for the same distance.
\[ T_{\text{upstream}} = 4 \times T_{\text{downstream}} \]
Step 3: Detailed Explanation:
Given values:
Speed of the boat in still water, \(u = 5\) km/hr.
Let the speed of the stream be \(v\) km/hr.
Let the distance be 'd' km.
Using the time, distance, and speed relationship:
\[ T_{\text{downstream}} = \frac{d}{S_d} = \frac{d}{5 + v} \]
\[ T_{\text{upstream}} = \frac{d}{S_u} = \frac{d}{5 - v} \]
Now, we use the given condition \( T_{\text{upstream}} = 4 \times T_{\text{downstream}} \):
\[ \frac{d}{5 - v} = 4 \times \left(\frac{d}{5 + v}\right) \]
The distance 'd' is the same on both sides, so it can be cancelled out:
\[ \frac{1}{5 - v} = \frac{4}{5 + v} \]
Now, we cross-multiply to solve for \(v\):
\[ 1 \times (5 + v) = 4 \times (5 - v) \]
\[ 5 + v = 20 - 4v \]
Bring all the terms with \(v\) to one side and constants to the other:
\[ v + 4v = 20 - 5 \]
\[ 5v = 15 \]
\[ v = \frac{15}{5} \]
\[ v = 3 \]
Step 4: Final Answer:
The speed of the flow of the stream is 3 km/hr.