Math Problem Statement

Two boats go downstream from A to B. The faster boat covers the distance from A to B, 1.5 times as fast as the slower boat. It is known that for every hour the slower boat

lags behind the faster boat by 8 km. However, if they go upstream, then the faster boat covers the distance B to A in half the time as the slower boat. Find the speed of the

faster boat in still water.

A. 12 k/h

B. 20 k/h

C. 24k/h

D. 25k/h

Solution

Let’s break this problem down step-by-step.


Step 1: Define variables

  • Let vfv_f be the speed of the faster boat in still water (this is what we need to find).
  • Let vsv_s be the speed of the slower boat in still water.
  • Let cc be the speed of the current.

Step 2: Downstream case

  • Downstream speed for a boat = Boat speed + Current speed.

Thus:

  • Speed of the faster boat downstream = vf+cv_f + c.
  • Speed of the slower boat downstream = vs+cv_s + c.

The problem states:

  1. The faster boat is 1.5 times as fast as the slower boat downstream: vf+c=1.5×(vs+c)v_f + c = 1.5 \times (v_s + c)

  2. The faster boat is ahead by 8 km for every hour: This means the difference in their downstream speeds is 8 km/h: (vf+c)(vs+c)=8(v_f + c) - (v_s + c) = 8 Simplifying:

    \tag{1}$$

Step 3: Upstream case

  • Upstream speed for a boat = Boat speed - Current speed.

Thus:

  • Speed of the faster boat upstream = vfcv_f - c.
  • Speed of the slower boat upstream = vscv_s - c.

The problem states:

  1. The faster boat covers the upstream distance (B to A) in half the time as the slower boat: vfcvsc=2\frac{v_f - c}{v_s - c} = 2

Step 4: Solve the system of equations

Use Equation (1):

vf=vs+8v_f = v_s + 8

Substituting vf=vs+8v_f = v_s + 8 into the ratio equation:

(vs+8)cvsc=2\frac{(v_s + 8) - c}{v_s - c} = 2 Simplify the numerator: vs+8cvsc=2\frac{v_s + 8 - c}{v_s - c} = 2 Cross-multiply: vs+8c=2(vsc)v_s + 8 - c = 2(v_s - c) Distribute on the right-hand side: vs+8c=2vs2cv_s + 8 - c = 2v_s - 2c Rearrange terms: 8=2vsvs2c+c8 = 2v_s - v_s - 2c + c 8=vsc8 = v_s - c Thus:

\tag{2}$$ --- ### Step 5: Substitute into Equation (1) From Equation (2), $$v_s = c + 8$$. Substituting into Equation (1): $$v_f = (c + 8) + 8 = c + 16$$ --- ### Step 6: Determine the speed in still water We need to determine $$v_f$$ (the speed of the faster boat in still water). Notice that $$c$$ (the current speed) cancels out across different steps. If

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Algebra
Linear Equations
Ratios
Speed and Distance

Formulas

Downstream speed = Boat speed + Current speed
Upstream speed = Boat speed - Current speed
v_f - v_s = 8
v_f + c = 1.5(v_s + c)
v_f = v_s + 8

Theorems

Ratio and Proportion

Suitable Grade Level

Grades 10-12