Assume a car is moving with constant speed .
The driver sees a 2-digit number on a milestone and an hour later he sees another milestone with the 2-digits reversed as the previous one .
Moving further an hour later he sees a milestone containing same 2 digits with a zero between them . What is the speed of the driver (in miles per hour) ?
This problem is part of the set : Easy Pies ...
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let the original speed be a b mph. Then the first milestone reads 1 0 a + b miles, the second 1 0 b + a miles, and the third 1 0 0 a + b miles. Now as these three markers represent an arithmetic progression, we require that
( 1 0 b + a ) − ( 1 0 a + b ) = ( 1 0 0 a + b ) − ( 1 0 b + a ) ⟹ 9 b − 9 a = 9 9 a − 9 b ⟹ 1 8 b = 1 0 8 a ⟹ b = 6 a .
Now as a , b must be single digits, the only possibility is that a = 1 , b = 6 , and so the distance between successive markers is 6 1 − 1 6 = 4 5 miles. As this distance is covered in one hour, we can conclude that the constant speed of the car is 4 5 mph.