A water tank has steps inside it. A monkey is sitting on the topmost step (i.e., the first step). The water level is at the ninth step.
(i) He jumps 3 steps down and then jumps back 2 steps up. In how many jumps will he reach the water level?
Answers
Let us consider steps moved down are represented by positive integers and then, steps moved up are represented by negative integers.
Initially monkey is sitting on the top most step i.e., first step
In 1st jump monkey will be at step = 1 + 3 = 4 steps
In 2nd jump monkey will be at step = 4 + (-2) = 4 – 2 = 2 steps
In 3rd jump monkey will be at step = 2 + 3 = 5 steps
In 4th jump monkey will be at step = 5 + (-2) = 5 – 2 = 3 steps
In 5th jump monkey will be at step = 3 + 3 = 6 steps
In 6th jump monkey will be at step = 6 + (-2) = 6 – 2 = 4 steps
In 7th jump monkey will be at step = 4 + 3 = 7 steps
In 8th jump monkey will be at step = 7 + (-2) = 7 – 2 = 5 steps
In 9th jump monkey will be at step = 5 + 3 = 8 steps
In 10th jump monkey will be at step = 8 + (-2) = 8 – 2 = 6 steps
In 11th jump monkey will be at step = 6 + 3 = 9 steps
∴Monkey took 11 jumps (i.e., 9th step) to reach the water level