A short introduction

Solution to: Escalator Exercise

Let v be the speed of the escalator, in steps per second. Let L be the number of steps that you need to take when the escalator stands still.

Upwards (along with the escalator), you walk 1 step per second. You need 50 steps, so that takes 50 seconds. This gives the following equation:

L steps - 50 seconds × v steps/second = 50 steps.

Downwards (against the direction of the escalator), you walk 5 steps per second. You need 125 steps, so that takes 25 seconds. This gives the following equation:

L steps + 25 seconds × v steps/second = 125 steps.

From the two equations follows: L = 100, v = 1. When the escalator stands still, you need 100 steps.



back to the puzzle

Copyright © 1996-2012. RJE-productions. All rights reserved. No part of this website may be published, in any form or by any means, without the prior permission of the authors.