.
On a day when visibility was limited to 2500 m, a ship of the Blue Line was traveling west,
on a parallel course to a ship of the White Line traveling east, with the courses 700 m apart.
The Blue Line ship's velocity was 10 km/h. If the ships were in sight of each other for 20 minutes,
what was the velocity, in km/h, of the White Line ship?
~~~~~~~~~~~~~~~~~~
According to the problem, we have two parallel number lines in the ocean,
that represent the courses.
Let's think that the origins in both lines are chosen that way that they are
located on the shortest distance of 700 meters between them.
Let be the coordinate of the Blue line ship, and
Let be the coordinate of the White line ship.
Then, from right angled triangles, the condition of visibility is this inequality
+ <= 2500^2 meters,
or
<= 2500^2 - 700^2,
<= 5760000,
<= ,
<= 2400,
-2400 <= <= 2400. (1)
In this inequality, = -10000*t meters, = w*t, where w is the constant speed
of the West line ship, w = 10 km/h = 10000 m/h. We take the speed -10000 m/h negative since this ship travels west.
So, inequality (1) takes the form
-2400 <= -10000t - wt <= 2400. (2) (in meters)
First time they see each other at
-10000*t1 - w*t1 = 2400. (3)
Last time they see each other at
-10000*t2 - w*t2 = -2400. (4)
Subtract equation (3) from equation (2)
-10000*(t2-t1) - w(t2-t1) = -4800.
Substitute here t2 - t1 = 20 minutes, or (1/3) of an hour; w = 10 km/h = 10000 m/h. You will get
- = -4800,
10000 + w = 4800*3,
4800*3 - 3 = w,
w = 4400 m/h or 4.4 kilometers per hour.
ANSWER. The speed of the White Line ship is 4.4 kilometers per hour.
Solved.