Three thieves stole in a bakery bread shop one by one. Each took with him half of the present bread plus half bread. If at last 3 breads are left. Then initially the bakery shop had ........ breads:
Explanation
The easiest and fastest way to solve this type of problem is by working backward from the final remaining amount.
Let's look at the general rule for what happens when a thief takes half of the bread plus half a bread:
If the remaining bread at any stage is R, and the amount before that stage was B, the thief takes 2B+21.
The remaining amount after the theft is:
R=B−(2B+21)=2B−21
Rearranging this formula to find the previous amount (B) from the remaining amount (R):
R+21=2B
B=2⋅(R+21)=2R+1
So, to find the initial amount before any thief stole, we simply double the remaining amount and add 1 (2R+1) for each step backward.
Step 1: Before the 3rd Thief
Step 2: Before the 2nd Thief
Step 3: Before the 1st Thief (Initial Amount)
Correct Answer
The correct option is (b) 31.