Skip to content

Instantly share code, notes, and snippets.

@simon-tiger
Last active July 5, 2020 16:57
Show Gist options
  • Save simon-tiger/81dfce10361d64386674448af27329ae to your computer and use it in GitHub Desktop.
Save simon-tiger/81dfce10361d64386674448af27329ae to your computer and use it in GitHub Desktop.

Number Balance Puzzle

The puzzle starts by defining a "number balance". It's a balance, where you put numbers on both sides. You start on the left side by counting up from 1, and then stopping somewhere. So, in this example, we have 1, 2, 3, 4, 5 and we stop there. Keeping going, we draw the next next number (6 in this case) in the base of the balance. We call this number the "middle number" of the balance. We then keep counting on the right side, so that the balance, well, balances. In this case, 7 & 8 will work.

Example Number Balance

The Puzzle: Is this example the only possible number balance? If not, what are the others, and what is the pattern behind them?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment