Finding Current Speed: Boat Distance-Rate-Time Problem

Distance, Rate & Time 9th-10th Grade
PROBLEM
A boat can travel 59 mph in still water. If it travels 325 miles with the current in the same length of time it travels 265 miles against the current, what is the speed of the current?
A boat can travel 59 mph in still water. If it travels 325 miles with the current in the same length of time it...

Skills This Problem Builds

  • Setting up equations when two different trips take equal time
  • Understanding how current affects effective speed (addition downstream, subtraction upstream)
  • Cross-multiplying rational equations and solving linear systems
  • Recognizing the distance-rate-time relationship in motion problems
  • Checking answers by verifying that calculated times are actually equal

Solution: Method 1 — The Equal Time Setup

The key insight is that both trips take the same amount of time. Since time = distance ÷ rate, we can write two time expressions and set them equal.

Step 1 — Define the variables and effective speeds

Let c = the speed of the current in mph. When the boat travels with the current, its effective speed is 59 + c mph. When traveling against the current, its effective speed is 59 - c mph.

Step 2 — Write expressions for the travel times

Using the formula time = distance ÷ rate:

Time downstream = 325/(59 + c)
Time upstream = 265/(59 - c)

Step 3 — Set the times equal

Since the problem states both trips take the same amount of time:

325/(59 + c) = 265/(59 - c)

Step 4 — Cross multiply to eliminate the fractions

Cross multiplying gives us:

325(59 - c) = 265(59 + c)

Step 5 — Expand both sides

Distributing on both sides:

325 × 59 - 325c = 265 × 59 + 265c
19,175 - 325c = 15,635 + 265c

Step 6 — Solve for c

Collect like terms by adding 325c to both sides and subtracting 15,635 from both sides:

19,175 - 15,635 = 265c + 325c
3,540 = 590c
c = 3,540 ÷ 590 = 6
The speed of the current is 6 mph.

Solution: Method 2 — Fractional Form Analysis

Instead of cross-multiplying immediately, we can rearrange the equation to see the relationship more clearly.

Step 1 — Start with the time equality

325/(59 + c) = 265/(59 - c)

Step 2 — Take reciprocals of both sides

This gives us the rates in terms of time:

(59 + c)/325 = (59 - c)/265

Step 3 — Cross multiply this form

265(59 + c) = 325(59 - c)

Step 4 — Expand and solve

Expanding:

265 × 59 + 265c = 325 × 59 - 325c
15,635 + 265c = 19,175 - 325c
590c = 19,175 - 15,635 = 3,540
c = 6

This confirms our answer: the current speed is 6 mph.

Verification

Let's check that both trips actually take the same time when the current speed is 6 mph:

Downstream trip:

Speed = 59 + 6 = 65 mph
Time = 325 ÷ 65 = 5 hours

Upstream trip:

Speed = 59 - 6 = 53 mph
Time = 265 ÷ 53 = 5 hours

✓ Both trips take exactly 5 hours, confirming our answer is correct.

Common Pitfalls

✗ Mistake 1: Adding current to both speeds
Some students write downstream speed as 59 + c and upstream speed as 59 + c as well, forgetting that current opposes upstream motion. The upstream speed must be 59 - c.
✗ Mistake 2: Setting distances equal instead of times
Writing 325 = 265 because "they travel for the same time." The distances are different—it's the times that are equal, leading to 325/(59+c) = 265/(59-c).
✗ Mistake 3: Arithmetic errors in cross multiplication
Getting the wrong products when expanding 325(59-c) and 265(59+c). Double-check: 325 × 59 = 19,175 and 265 × 59 = 15,635.

The Pattern Behind This

This problem follows the general current/wind pattern:

If two trips take equal time:
distance_with/(speed_still + current) = distance_against/(speed_still - current)

Cross multiplying always gives:

distance_with × (speed_still - current) = distance_against × (speed_still + current)

This structure appears in airplane wind problems, river current problems, and even escalator problems. The key is recognizing that one force helps motion while the same force opposes it in the opposite direction.

Reality Check

Our answer of 6 mph for the current speed makes intuitive sense. The boat travels farther downstream (325 vs 265 miles) in the same time, which requires the downstream speed to be higher. With a 6 mph current:

  • Downstream speed: 65 mph (about 10% faster than still water)
  • Upstream speed: 53 mph (about 10% slower than still water)
  • Distance ratio: 325/265 ≈ 1.23, Speed ratio: 65/53 ≈ 1.23 ✓

The proportional increase in distance matches the proportional increase in speed, which is exactly what we'd expect for equal time periods.

Extend Your Thinking

1
Find the Travel Time
Using the original problem setup (boat speed 59 mph, downstream 325 miles, upstream 265 miles, equal times), what is the common travel time for each trip?
Step 1 — Use the current speed we found

From the original problem, the current speed is 6 mph.

Step 2 — Calculate downstream speed and time

Downstream speed = 59 + 6 = 65 mph
Time = 325 ÷ 65 = 5 hours

Step 3 — Verify with upstream calculation

Upstream speed = 59 - 6 = 53 mph
Time = 265 ÷ 53 = 5 hours

Answer

Each trip takes 5 hours.

2
Current Given, Find Boat Speed
A boat travels 360 miles with a 4 mph current in the same time it travels 280 miles against the current. What is the boat's speed in still water?
Step 1 — Set up the equation

Let b = boat speed in still water
360/(b + 4) = 280/(b - 4)

Step 2 — Cross multiply

360(b - 4) = 280(b + 4)

Step 3 — Expand and solve

360b - 1440 = 280b + 1120
80b = 2560
b = 32

Step 4 — Verify

Downstream: 360 ÷ 36 = 10 hours
Upstream: 280 ÷ 28 = 10 hours

Answer

The boat's speed in still water is 32 mph.

3
Round Trip with Total Time
A boat with still-water speed 45 mph goes 120 miles downstream and returns 120 miles upstream. The total trip time is 5.5 hours. Find the current speed.
Step 1 — Set up time expressions

Time downstream = 120/(45 + c)
Time upstream = 120/(45 - c)
Total time = 5.5 hours

Step 2 — Write the equation

120/(45 + c) + 120/(45 - c) = 5.5

Step 3 — Find common denominator

[120(45 - c) + 120(45 + c)]/[(45 + c)(45 - c)] = 5.5
[5400 - 120c + 5400 + 120c]/(2025 - c²) = 5.5
10800/(2025 - c²) = 5.5

Step 4 — Solve for c

10800 = 5.5(2025 - c²)
10800 = 11137.5 - 5.5c²
5.5c² = 337.5
c² = 61.36
c = 7.84 ≈ 8 mph

Answer

The current speed is approximately 8 mph.

4
Airplane Wind Problem
A plane flies 500 miles with a tailwind, then 400 miles against the same wind. The still-air speed is 150 mph and total flying time is 6 hours. Find the wind speed.
Step 1 — Set up the time equation

Let w = wind speed
500/(150 + w) + 400/(150 - w) = 6

Step 2 — Find common denominator

[500(150 - w) + 400(150 + w)]/[(150 + w)(150 - w)] = 6
[75000 - 500w + 60000 + 400w]/(22500 - w²) = 6
[135000 - 100w]/(22500 - w²) = 6

Step 3 — Cross multiply and solve

135000 - 100w = 6(22500 - w²)
135000 - 100w = 135000 - 6w²
6w² - 100w = 0
2w(3w - 50) = 0

Step 4 — Find valid solution

w = 0 or w = 50/3 ≈ 16.67
Since we need wind, w = 16.67 mph

Answer

The wind speed is approximately 16.7 mph.

Frequently Asked Questions

Set up two time expressions using distance/rate and set them equal. For downstream travel, the boat's effective speed is boat speed + current speed. For upstream, it's boat speed - current speed. In this problem, 325/(59+c) = 265/(59-c) where c is the current speed.
Downstream speed equals the boat's still-water speed plus the current speed, because both forces work together. Upstream speed equals the boat's still-water speed minus the current speed, because the current opposes the boat's motion. Here, downstream is 59+c mph and upstream is 59-c mph.
Many current problems state that two trips take the same amount of time, creating the key equation. Since time = distance/rate, equal times means distance₁/rate₁ = distance₂/rate₂. This gives one equation with one unknown (the current speed) that can be solved algebraically.
NJ
Neven Jurkovic, PhD

Professor of Computer Science, Palo Alto College, Alamo Colleges District, San Antonio, TX

Developer of Algebrator

Contact

This solution was prepared with AI assistance and reviewed by Dr. Jurkovic for mathematical accuracy and pedagogical clarity.

2026-08-26