donbadabon: Stopped by this morning and grabbed the container.
Thanks to all that visited.
There are two mathematical ways to solve this puzzle.
The first is the easiest:
Take the number of chairs - 427
Convert that to binary - 110101011
Move the left-most value to the right-most side -
101010111
Then convert that back to decimal - 343
The second:
You determine what power of 2 will go into the number.
Using 427:
2 ^ 8 + 171 = 427
Then multiply the '171' by 2, and add 1. (2*171) + 1 = 343.