BrainTeaser Basic

Problem - 4686

$\textbf{Running Dog}$

Joe and Mary walk towards each other from $1000$m apart at speeds of $1.20$m/s and $0.80$m/s, respectively. Joe's dog, starting at the same time as Joe, runs toward Mary at a speed of $2.50$m/s. When it meets Mary, the dog immediately turns back and run towards Joe at the same speed. When the dog meets Joe the next time, it turns back and run towards Mary at the same speed again. In another word, the dog runs between Joe and Mary back and forth until the two people meet. What is the total distance run by the dog? 


$\textbf{Answer}$

$1250$m.

$\textbf{Analysis}$

One way to solve this problem is to use the basic relation: $$distance = speed\times time$$

The dog will run for the same time as it takes Joe and Mary to meet. This time equals $$1000\div(1.20+0.80)=500$$

Therefore, the total distance the dog will run is $$2.50\times 500 = 1250$$

$\textbf{Note}$

One take-away from this problem is the same as that of # 4675, i.e. a brain teaser usually has a simple solution instead of tedious calculation.

report an error