You are driving on a back road you are going twenty miles per hour and there is a stop light every other mile. Assuming each stop light is red (You should know the feeling if you are older than 16), each stop light takes 2 minutes to go from red to green. How far will you be in eighty minutes?
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.
distance
= 80 * 2 / (3 + 3 + 2)
= 80 × 2 / 8
= 20 miles
80 minutes total time, divided by how long it takes to move from one stop light to the next (equals 3 gas-stepping minutes + 3 brake-stepping minutes + 2 greenlight-waiting minutes = 8 accumulated minutes per drive cycle) to get the number of repeating cycles and multiply it back to the distance per cycle (stop lights at every other miles).