Journal · September 2026 · Journal essay
Patterns

Powers of Two Merge Puzzle: Work Backwards From 64

Reverse the doubling chain, count the starting tiles, then try a small merge round where space matters as much as arithmetic.

Subscribe RSS
Two friends plan a route around a blocker on a felt grid while Geo holds one of two 8 tiles beside 16 and 64 tiles
Cover plate · Math & Patterns, September 2026.
Short answer · 30-second read

To build 64 by merging equal powers of two, work backwards: 64 needs two 32s, four 16s, eight 8s, sixteen 4s or thirty-two 2s. Each equal merge doubles the value. Writing this merge tree before moving tiles shows the arithmetic cost of the target.

The target tile is easier to understand when you pull it apart.

Start with 64. If a move may merge only two equal values, the last move must combine 32 and 32. Each 32 needs two 16s. Keep reversing and a complete merge tree appears.

TargetEqual tiles needed one step earlier
6432 + 32
3216 + 16
168 + 8
84 + 4
42 + 2

So one 64 contains the same total as thirty-two 2 tiles.

The NRICH Sissa’s Reward problem explores repeated doubling through a chessboard story. Here we use the same number relationship for a different task: planning merges backwards before touching the board.

Draw the merge tree

Write 64 at the top of a page. Draw two branches down to two 32s. Split each 32 into two 16s.

After three levels, the page shows:

  • one 64
  • two 32s
  • four 16s
  • eight 8s

Continue if you want the full tree. You will get sixteen 4s and thirty-two 2s.

This also counts the merges. Thirty-two starting tiles must become one tile, so 31 merges are needed. Each merge reduces the tile count by one.

That count is arithmetic, not a promise that every board position can make the target. Space can stop a correct number plan.

Try the five-merge challenge

Make these eight paper tiles:

4, 4, 4, 4, 8, 8, 16, 16

Your goal is to produce at least one 32 using exactly five merges. Only equal values may merge.

One route is:

  1. Merge 4 + 4 to make 8.
  2. Merge the other 4 + 4 to make 8.
  3. Merge those new 8s to make 16.
  4. Merge the two starting 8s to make 16.
  5. Merge two 16s to make 32.

Several 16 tiles remain, but the target has appeared.

Now remove the five-merge rule. What is the shortest solution? Merge the two starting 16s: one move makes 32. The longer route practises the doubling chain; it is not the quickest way to reach this target.

Ask a second question. Which merge would you avoid if the board had only one open lane? The smallest merge is not automatically the best first move. A new 8 placed in the wrong gap can separate the equal 16s you need later.

Add a space rule

Draw a three by three grid. Place a coin in the centre as a blocked cell.

Put two 8 tiles on opposite sides of the coin and a 16 near one edge. Now plan a route that brings the 8s together without sealing the 16 behind them.

You do not need to imitate any app controls. Slide the paper tiles one square at a time and agree on the movement rule before starting. The point is to make the trade-off visible:

  • arithmetic says which values can merge
  • the grid decides whether they can meet

If a route fails, reset the pieces and change the first move. Do not change the arithmetic rule.

Check a common mistake

Can 8 and 16 merge to make 24?

Their sum is 24, but they are not equal. Under this puzzle’s rule, they cannot merge. The next legal partner for 8 is another 8. The next legal partner for 16 is another 16.

That restriction is what preserves the powers-of-two ladder:

2, 4, 8, 16, 32, 64

For a different sort of number-pattern challenge, try solving a sequence without guessing.

Math & Patterns’ Power Shift is an app game with equal-tile merges, target values, move limits and later blocked cells. Its web page is an app handoff. No affiliation with 2048 is implied.

Sources and further reading

Reader questions

How many 2 tiles are needed to make 64?
Thirty-two 2 tiles contain the same total value as 64. If only equal values may merge, they require thirty-one successful merges to become one 64 tile.
Why do equal powers of two stay powers of two when merged?
Merging two equal values doubles one of them. In exponent notation, doubling 2^n gives 2^(n+1).
Is Power Shift the same as 2048?
No affiliation is claimed. Power Shift has its own levels, goal tiles, move limits and later blocked cells, and its web page currently hands off to the app.