Number Balance scores 200 points for every scale you balance with the correct missing weight, lets you recover from exactly one wrong answer across all five rounds, and locks the run the moment a second incorrect weight is entered. The challenge sits inside a fixed five-round fixture: each round shows number blocks on the left pan, known number blocks plus a question-mark block on the right pan, and asks you to press a single digit between 1 and 9 so the two pan totals come out equal. Because the only valid response is one of nine keys, the mistake surface is small but the failure is final — a second wrong pick deadlocks the round and every later key is ignored until you restart. The five equations, their accepted answer range, the two-strike rule, and the 200-point reward per scale are all baked into the page rather than generated at random, which means there is a known clean route through the entire challenge if you can keep arithmetic mistakes out of the picture.

What the Number Balance challenge actually asks of you
The five rounds in Number Balance are not a randomly seeded puzzle set. They are five immutable addition equations whose left blocks, known right blocks, and allowed answer range are fixed in the page. In each round the left pan already shows a small set of single-digit number blocks, the right pan shows another set of single-digit blocks plus one question-mark block, and your job is to substitute a single digit between 1 and 9 for that question mark so the right sum equals the left sum. There is no timer, no animation dependency, no account, no network call, no audio, and no pointer-precision requirement — the only thing the run tracks is whether the digit you pressed turns the visible equation into a true equality.
Because every fixture carries one disclosed solution, the constraint is strict: zero is not a valid substitution, and any value of 10 or higher is rejected before the round even checks it. The validated range of 1 through 9 matches the nine visible answer buttons, so the keyboard and mouse paths are mirror images of each other. Pressing any other key leaves the round state unchanged and does not consume a mistake, which means a stray keystroke cannot accidentally lock the run — only an in-range wrong answer can. That property alone removes a large class of "I pressed something by accident" failures that show up in faster games.
The single rule that decides whether you finish at 1,000
Every accepted correct digit adds 200 to the running score and advances the run to the next round. Every accepted wrong digit leaves the same scale on screen, increments the mistake counter by one, and keeps the score unchanged. One mistake is recoverable: you can reread the visible blocks, recompute both sums, and try a different digit. A second mistake on any scale creates a terminal deadlock — the round stays visible, the mistake counter reads two, and every later digit is ignored. From that point on, the only way to keep playing is Restart, which returns the run to the first scale with zero points and zero mistakes.
This two-strike design is what makes "common mistakes" worth thinking about in the first place. Most arithmetic slip-ups in the game are not catastrophic on their own; they become catastrophic only because they push the mistake counter from one to two. A single mental-arithmetic error is recoverable as long as you recalculate before pressing again. A double-press habit, a guess that you do not verify, or a misread of which side of the pan the unknown is on will close out the run immediately.
How to balance all five Number Balance scales correctly
- Read every visible block on the left pan and add them together to get the left total. Then read the known blocks on the right pan and add them to get the known right total. Do this for every round before you press any key — the equation is fully visible and does not require you to remember blocks from a previous scale.
- Subtract the known right total from the left total. If the left side is larger, that difference is the digit you need; if the right side is larger, you have misread the layout and should reread both pans before answering. The missing weight must come out as a single digit in the 1-through-9 range, since zero and double-digit values are not accepted.
- Press the digit on your keyboard (1 through 9) or click the matching visible button. A correct digit advances the scale and adds 200 to the score; a wrong digit increments the mistake counter and leaves the same scale visible for a second attempt.
- Repeat this read-then-subtract rhythm for all five rounds. The disclosed fixture answers for the five fixed scales are 4, 3, 4, 4, and 8, so the clean keyboard route through the entire challenge is the sequence 4, 3, 4, 4, 8, finishing at exactly 1,000 points.
Worked example for round one: the left pan shows the blocks 2 and 3, the right pan shows the block 1 plus a question-mark block. Left total is 2 + 3 = 5, and the known right total is 1. The difference is 5 − 1 = 4, so pressing the key 4 makes both sides read 5 and the round accepts the answer.
Mistake patterns that trigger the two-strike lockout
Most of the common mistakes in Number Balance come from three repeat behaviours, and all of them are easy to neutralise once you see the pattern.
- Pressing without adding both sides. A surprising number of wrong picks come from players who look at the known right side, take a guess at the unknown, and never actually sum the left side. Both sums need to be on paper or in your head before any key press; the visible blocks are the whole equation, so there is no reason to estimate.
- Carrying a "felt right" answer across rounds. Because four of the five disclosed answers are 3, 4, 4, and 8, players sometimes see two consecutive 4s and assume every remaining round is also 4. Each scale is independent, and the fifth fixture intentionally resolves to 8 to break that pattern. Treat every round as a fresh read instead of guessing from the previous one.
- Pressing again before recalculating after a mistake. The two-strike rule is unforgiving if you double-tap. After the mistake counter goes to one, stop, reread both pans, recompute the difference, and only then press a key. The round stays on screen, so there is no time pressure to rush the recovery.
- Reaching for 0 or 10. These are the two values that always look reasonable when the totals happen to differ by a multiple of 5 or by a large margin. Neither is in the accepted range, and the page ignores them silently, so a player who keeps trying 0 or 10 will simply burn keys without feedback.
If you have already wondered whether 0 or values above 9 can ever be valid, the answer is no — every disclosed fixture has exactly one single-digit solution in the 1-through-9 button range. A deeper walkthrough of that constraint lives in the Number Balance guide on zero and values above 9.
Score math, restart behavior, and best-score tracking
The scoring rule is transparent: each balanced scale adds 200 points, so five balanced scales produce the maximum 1,000. There are no bonus rounds, no streak multipliers, and no penalty for using your recoverable mistake — the score reflects only correct answers. Restart resets the run to the first scale, which shows the blocks 2 and 3 on the left against 1 plus a question mark on the right, and clears both the score and the mistake counter back to zero. The best completed score from the current browser is stored in localStorage, so closing and reopening the page does not erase your personal record, but switching browsers or clearing site data will. There is no hidden timer, so the score is a pure measure of arithmetic accuracy rather than speed.
The implementation separates the visible fixture from its validation, which is why the same scale stays on screen after a wrong pick. The displayed blocks define the left total and the known right total, the proposed missing weight is added to the known right total, and the comparison is then made against the fixture's disclosed answer. That separation is also why neighbouring digits do not balance the scale: for the round where 7 sits on the left and 2 plus 2 plus a question mark sits on the right, the difference is exactly 3, and pressing 2 or 4 instead of 3 leaves the right total either one short of or one past the left.
Other arithmetic logic games that test the same thinking
If the kind of focused addition reasoning in Number Balance appeals to you, several other Lizely games exercise similar arithmetic and pattern discipline without the same two-strike framing.
| Game | Core task | Scoring |
|---|---|---|
| Number Balance | Pick one digit (1–9) so five fixed scales balance. | 200 per correct round, 1,000 maximum. |
| Addition Maze | Walk a route whose visited cells sum to exactly 19. | One solved route per round. |
| Math Crossword | Fill four shared variables so three multiplication equations hold at once. | Exact match required to advance. |
| Number Sequence Quiz | Identify five arithmetic patterns before two mistakes end the run. | Fixed two-strike rule. |
| Number Match 10 | Pair orthogonally adjacent numbers that sum to exactly 10. | Board clears as matches form. |
Together these games cover the three habits that clean up Number Balance runs: summing both sides before answering, treating each round as an independent equation, and respecting the recoverable-mistake budget. Internalise those three habits and the disclosed 4-3-4-4-8 keyboard route becomes a calm, verifiable walk to 1,000 instead of a guessing game.