You have nine sacks that are numbered from 1 to 9 arranged in 5 bundles in a row like this...
#7 - #2,#8 - #1,#9,#6 - #3,#4 - #5
So there is one sack, then two sacks together, then three sacks together, then two, then one again. Now we can see that the first single sack (7) when multiplied by the pair next to it (28) equals the three sacks in the center (196). The pair to the right (34) when multiplied by its neighbor (5) does not equal the three in the center (196). Your task is to rearrange the sacks so that when multipling from the left or right the correct product is the number in the middle. There are a few solutions that will satisfy this, but your job is to do it in the fewest moves.
Question
Prof. Templeton
This is another old one.
You have nine sacks that are numbered from 1 to 9 arranged in 5 bundles in a row like this...
#7 - #2,#8 - #1,#9,#6 - #3,#4 - #5
So there is one sack, then two sacks together, then three sacks together, then two, then one again. Now we can see that the first single sack (7) when multiplied by the pair next to it (28) equals the three sacks in the center (196). The pair to the right (34) when multiplied by its neighbor (5) does not equal the three in the center (196). Your task is to rearrange the sacks so that when multipling from the left or right the correct product is the number in the middle. There are a few solutions that will satisfy this, but your job is to do it in the fewest moves.
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.