Balance Scale Puzzles
Classic counterfeit-coin and balance-scale problems where each weighing splits the cases into three branches.
There are 3 coins. Exactly 1 is counterfeit, and it is lighter than the others. Use 1 weighing to find it.
This tiny example is the classic first step: compare one coin against another and let the three possible outcomes separate the three cases.
Left pan
Drop coins here
Right pan
Drop coins here
Coin tray
Drag coins from here onto either pan
The preview shows how this weighing would split the remaining cases. The actual scale result appears only after you click Weigh.
On phones and tablets you can also tap a coin to cycle tray -> left pan -> right pan.
Weighing history
No weighings yet.
Remaining possibilities
3 cases still match the history.
Make your guess
Choose from the full set of coins. You need exactly 1 guess.
There are 3 coins. Exactly 1 is counterfeit, and it is lighter than the others. Use 1 weighing to find it.
This tiny example is the classic first step: compare one coin against another and let the three possible outcomes separate the three cases.
Left pan
Drop coins here
Right pan
Drop coins here
Coin tray
Drag coins from here onto either pan
The preview shows how this weighing would split the remaining cases. The actual scale result appears only after you click Weigh.
On phones and tablets you can also tap a coin to cycle tray -> left pan -> right pan.
Weighing history
No weighings yet.
Remaining possibilities
3 cases still match the history.
Make your guess
Choose from the full set of coins. You need exactly 1 guess.
Balance Scale Puzzles
Balance-scale puzzles are classics because each weighing gives exactly three possible outcomes:
- the left side is heavier,
- the right side is heavier,
- or the scale balances.
That simple fact turns these problems into lessons about information, branching, and careful casework.
The core idea
If one weighing has 3 possible outcomes, then:
- 1 weighing can separate at most 3 cases,
- 2 weighings can separate at most 9 cases,
- 3 weighings can separate at most 27 cases,
- and in general weighings can separate at most cases.
That is why the classical counterfeit-coin puzzles keep splitting the suspect set into three nearly equal groups.
What the interactive is good for
The live scale on this page turns the puzzle into a game:
- a hidden counterfeit case is chosen in the background,
- you place items on the two pans,
- the preview shows how many cases each outcome would leave alive,
- and after each weighing you can see the remaining possibilities shrink.
This is especially helpful for the first few problems, where the whole art is choosing weighings that split the current cases as evenly as possible.
Beyond counterfeit coins
This topic is broader than “one fake coin”:
- sometimes the false item is lighter;
- sometimes it is heavier;
- sometimes there are two false items;
- sometimes the question is not to identify a single hidden item, but to prove the minimum number of weighings or reconstruct a total weight from limited pair measurements.
That is why the practice set below mixes two styles:
- playable hidden-case challenges, where the interactive checker fits naturally;
- proof and strategy questions, where the real goal is to explain why a method works.
A good habit
Before you commit to a weighing, ask:
- What are the current possibilities?
- How many cases would each outcome leave?
- Is this weighing close to a three-way split?
That mindset is the heart of the topic.