burger fun / Four Fours / Solver

Make 65 with four 4s

The classic four fours puzzle: build an expression from exactly four 4s that equals 65. 65 cannot be made with + - × ÷, concatenation, or decimals (the solver checked every expression) — solutions need square roots, factorials, or exponents.

Solutions using only + - × ÷

No expression made of four plain 4s and + - × ÷ reaches 65 — the solver checked every possible expression.

Solutions with concatenation and decimals

Concatenation and decimals do not help for 65 either — every combination was checked.

Solutions with square roots, factorials, exponents

  • (4 + 4 ^ 4) / 4 = 65
  • (.4 + 4!) / .4 + 4 = 65
  • 4! / .4 + sqrt(4) / .4 = 65
  • (4! + 4 - sqrt(4)) / .4 = 65
  • (4! + 4 / sqrt(4)) / .4 = 65

…and 27 more at this tier.

32 distinct solutions found in total, after removing trivial rearrangements.

Make 64 with four 4s · Make 66 with four 4s

The Number Lab

Same idea, different constraints: four 9s, four 4s, or any four digits you like.

Read up on the 1881 original, pick another number in the solver, or find more free math games.