How can I calculate the time two people will meet if they are paddling towards each other on a lake?

15.9k Views Asked by At

Here's the question I'm having trouble with. Ken and Kara are 30 miles apart on a calm lake paddling towards each other. Ken paddles at 4 mph, while Kara paddles at 7 mph. HOw long will it take them to meet?

2

There are 2 best solutions below

1
On BEST ANSWER

I suppose that you know how to find variable $t$ (time) from system below :

$$\begin{cases} x + y = 30 \\ x=4\cdot t \\ y=7 \cdot t \end{cases}$$

0
On

Hint: at what speed is Kara approaching Ken?

A different way:

Let $x$ be the distance in miles that Kara has travelled when they meet. Note that at that time, Ken has traveled $30-x$ miles. The time it takes Kara to reach the meeting point is $x/7$. The time it takes Ken to reach the meeting point is the same as Kara's, but is also equal to $(30-x)/4$.

Solve for $x$, then for $t$.