burger fun / Four Fours / Solver

Make 8 with four 4s

The classic four fours puzzle: build an expression from exactly four 4s that equals 8. 8 can be made with nothing but four 4s, + - × ÷, and parentheses.

Solutions using only + - × ÷

  • 4 × 4 - 4 - 4 = 8
  • 4 + 4 × 4 / 4 = 8
  • 4 + 4 + 4 - 4 = 8
  • (4 + 4) × 4 / 4 = 8
  • (4 + 4) / 4 × 4 = 8

…and 8 more at this tier.

Solutions with concatenation and decimals

  • 4 + 4.4 - .4 = 8
  • 4 - .4 + 4.4 = 8
  • .4 × 4 / .4 + 4 = 8
  • .4 + 4 + 4 - .4 = 8
  • .4 + 4 - .4 + 4 = 8

…and 28 more at this tier.

Solutions with square roots, factorials, exponents

  • 4! + 4 + 4 - 4! = 8
  • 4! - 4! + 4 + 4 = 8
  • 4 + 4! × 4 / 4! = 8
  • 4 + 4! + 4 - 4! = 8
  • 4 + 4 × 4! / 4! = 8

…and 1924 more at this tier.

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

Make 7 with four 4s · Make 9 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.