When the 24-Point Solver Returns Multiple Answers, Pick This One
A 24-point hand can have one solution or eight. The solver shows them all in 50 ms — but a parent or teacher needs exactly one to put on the whiteboard. Three filters that pick the survivor.
When the 24-Point Solver Returns Multiple Answers, Pick This One
The 24-point solver lists every distinct expression for a given four-card hand. That is the correct design — exhaustive is the only honest answer when the question is "are there solutions I haven't seen?" But it is the wrong output for the more common question a parent or classroom teacher actually has: which one of these do I put on the whiteboard?
About 5.5% of the 715 distinct hands drawn from 1–13 (the standard combinatorial count, also reflected in the solver's own documentation as the "39 unsolvable bags" figure) have zero solutions. A few dozen have one. The rest scatter across a long tail — and the popular family hands like 1 2 3 4, 2 3 6 6, and 1 4 5 6 all have multiple. The full list is a search result, not a lesson plan. Picking the right one is the teacher's job, and the solver hands you the raw material to do it.
I have used this triage with my niece's homework, with my own arithmetic warm-ups, and with a fifth-grade class my brother teaches in Hangzhou. Three filters keep producing the same right answer.
Filter 1 — Integer-Only Intermediates Beat Fractional Ones
A child can hold 6 + 4 = 10 in their head, then 10 × … and so on. They cannot hold 0.5714… in their head while computing the next step. Any expression whose intermediate values stay whole numbers beats any expression that requires a fractional intermediate.
This filter alone disqualifies the "famous hard" hands as introductory examples. Hands like 3 3 8 8 (only solution: 8 ÷ (3 − 8 ÷ 3) = 24) and 1 3 4 6 (only solution: 6 ÷ (1 − 3 ÷ 4) = 24) require producing a fraction as an intermediate. Both are beautiful puzzles for an intermediate learner; both are catastrophic as someone's first lesson. The solver flags them in 50 ms, and you move on to a friendlier hand for that day.
Filter 2 — Fewest Parentheses Wins
Compare 1 × 2 × 3 × 4 = 24 against (1 + 3) × (2 + 4) = 24. Both pass Filter 1; both are correct. The first has zero parentheses and reads linearly. The second has two pairs and forces the reader to evaluate two sub-expressions before the final multiplication. Read both aloud to a nine-year-old. The first one lands; the second one needs translation.
That said — Filter 2 is not the only consideration, which is why there are three filters in series. Sometimes the parenthesised form teaches more (see below). But all else equal, fewer parens wins for the introductory pass.
Filter 3 — Prefer a Final Multiplication That Decomposes Cleanly
When two candidates are tied on the first two filters, look at the shape of the final operation. A solution whose last step is × 4, × 6, or × 8 gives the child a portable mental decomposition: "make 6 from the other three numbers, then multiply by 4." That heuristic transfers to the next hand. A solution whose last step is + 24 − 0-ish (where the numbers wash out into a sum) teaches nothing portable.
This filter is also where pedagogical context overrides the others. Teaching the distributive law next week? Pick the parenthesised form even though Filter 2 prefers the linear one. Teaching factoring 24 specifically? (1 + 3) × (2 + 4) is gold because it makes the factors 4 and 6 visible. The filters are defaults, not rules.
Worked Example: 1 2 3 4 Has Two Solutions. Here Is How I Pick.
I pasted 1 2 3 4 into the solver this morning. The exact output, in the order it returns:
1 × 2 × 3 × 4 = 24
(1 + 3) × (2 + 4) = 24
Two integer-only solutions, both passing Filter 1. Both can be verified by hand in under three seconds. Now the filters:
- Filter 2:
1 × 2 × 3 × 4has zero parentheses.(1 + 3) × (2 + 4)has two pairs. The linear form wins. - Filter 3: The linear form's final operation is
× 4(the last operand). The parenthesised form's final operation is4 × 6. Both decompose cleanly.
For a first lesson with a seven-year-old, I write 1 × 2 × 3 × 4 on the board, then walk through: "Two times three is six. Six times four is twenty-four. The one doesn't do anything to the answer." Done. The "one is the identity for multiplication" footnote is the bonus lesson.
For an eight- or nine-year-old who has seen multiplication tables and is ready for factoring, I write (1 + 3) × (2 + 4) instead — because the lesson is now "every factor pair of 24 (1×24, 2×12, 3×8, 4×6) gives you a new strategy, and our job is to coax those factor pairs out of any four cards we are handed." That second framing pays dividends across hundreds of subsequent hands. Same hand, different filter weighting, different lesson.
When I want to verify a fractional sanity-check in front of students — say, showing why 6 ÷ 0.25 = 24 works arithmetically — I cross-check on the scientific calculator in another tab. Seeing 0.25 = 1/4 typed out as a decimal often clicks faster than the fraction form for kids whose decimal intuition is stronger.
When the Filters Disagree Hard: Plan Around the Hand Instead
If the solver returns no integer-only solutions and you are teaching beginners, swap the hand entirely. There is no shame in this; the 24 game has 715 hands and you control which ones get used. If the solver returns five candidates that are all tied through the three filters, pick whichever one matches the next topic in the curriculum. I keep a notebook of "good demonstrated hands" with notes on what each one teaches — 1 2 3 4 for identity, (1 + 3) × (2 + 4) framing for factoring, 2 3 6 6 for the symmetry trick (2 + 6) × (6 ÷ 3), 4 4 7 7 only for advanced learners ready for the fraction lesson.
For algebra reasoning that comes up when a kid challenges "why does this work?", I pull up the math formula reference to show the algebraic identity in standard notation — e.g., a × (b + c) = a × b + a × c to justify rewriting 4 × (1 + 5) as 4 + 20. Anchoring the answer in a named identity beats waving hands.
A 20-Minute Practice Loop You Can Use Tomorrow
Three hands, no more. Phones on the table face-down. This is the structure I use with the fifth-graders:
- Pick a hand from the "good demonstrated" notebook (or roll random and triage on the spot).
- Two minutes for the kids to attempt it on paper.
- Open the solver. Read the full list out loud. Narrate Filter 1 → 2 → 3 in front of them, throwing solutions away with reasons.
- Write the surviving expression on the board.
- Walk the arithmetic step by step. Verify any fractional or non-obvious step on the scientific calculator so kids see the digits, not just the symbolism.
Five minutes per hand. Fifteen minutes of arithmetic, five minutes of questions. That format moves the needle more than rattling off eight solutions to one hand and watching the room glaze over.
The solver is a generator. The teacher is still the filter — and now you have three of them.
Made by Toolora · Updated 2026-05-27