Three thieves rob a bakery of bread, one after the other, Each thief takes half of what is present and half a bread . If 3 breads remains at the end , What is the number of breads that were presents initially?
Step-by-step Solution:
This is a classic logical puzzle that is best solved by working backward from the end result. We know 3 breads remained, and we need to reverse the actions of the three thieves to find the initial amount.
Each thief's action was to take half of the current amount plus half a bread. Let 'x' be the number of breads before a thief's turn. The number of breads taken is $(\frac{x}{2} + 0.5)$. The amount remaining is $x - (\frac{x}{2} + 0.5) = \frac{x}{2} - 0.5$.
To reverse this, if we know the amount 'y' that was remaining, the amount 'x' before the thief acted was $(y + 0.5) \times 2$.
The number of breads that were present initially was 31.