Three test tubes contain numbered balls. The first tube can contain three balls, the middle tube two, and the last tube only one. They start out in the configuration shown at left, and your task is to move one ball at a time from one tube to another without exceeding the tube's capacity, until the numbered balls are in the configuration on the right.
What's the minimum number of moves of individual balls and what's the sequence of moves?
| | | |
|3| | | ====> |3| | |
|1| |2| | | |2| | | |1|
= = = = = =
From Daily Brain Games calendar 2020, by HAPPYneuron, Andrews McMeel Publishing, Kansas City, MO. Puzzle for July 10.
Method 1
1. Ball 2 to column 3
2. Ball 3 to column 2
3. Ball 1 to column 2
4. Ball 2 to column 1
5. Ball 3 to column 1
6. Ball 1 to column 3
Method 2
1. Ball 3 to column 2
2. Move column 1 to the right of column 3
|
Posted by hoodat
on 2020-08-11 22:06:40 |