Skip to main content

The 24-Point Solution Database

This page publishes the complete, engine-verified solution space of the 24 game: every distinct four-number combination of 1–13, classified by solvability and difficulty. Download the full dataset, query a hand through the free JSON API, or browse all 1,820 combos below.

Dataset statistics

Total combos
1,820
Solvable
1,362
Unsolvable
458
Easy
216
Medium
181
Hard
949
Expert
16

Methodology

The dataset is produced by an exact-arithmetic solver: every intermediate result is a reduced fraction, so solvability and solution counts are exact conclusions — never floating-point approximations.

Canonical dedup: hands are sorted multisets, so 3-8-8-3 and 8-3-3-8 count once. The full space is C(16,4) = 1,820 combos — every way to draw 4 numbers from 1–13 with repetition.

Difficulty is a disjoint four-tier partition of the solvable combos: easy = whole-number intermediate steps, all cards 1–9, at least 3 solutions; medium = whole-number steps, all cards 1–9, only 1–2 solutions; hard = whole-number steps with a card in 10–13; expert = requires fraction intermediates (no whole-number solution exists).

Every number is computed offline with the site's own solver — the same engine behind the solver page — and asserted during generation: totals, per-tier counts and per-combo solution counts must match a fresh solve.

Cite this dataset

24Point. "The 24-Point Solution Database." https://24pointgame.com/dataset. Accessed 2026-09-18.

Download the dataset

Solve API

Send a GET request with a cards parameter — 3 or 4 comma-separated integers from 1 to 13. No API key is required; the target is always 24.

Example request and response:

GET /api/solve?cards=3,3,8,8
{
  "code": 0,
  "message": "ok",
  "data": {
    "cards": [
      3,
      3,
      8,
      8
    ],
    "target": 24,
    "count": 1,
    "solutions": [
      {
        "expression": "8 ÷ (3 − 8 ÷ 3)",
        "steps": [
          "8 ÷ 3 = 8/3",
          "3 − 8/3 = 1/3",
          "8 ÷ 1/3 = 24"
        ]
      }
    ],
    "solution_page": "/solution/3-3-8-8"
  }
}

Five or more numbers are disabled on this endpoint (Cloudflare Workers CPU limits) — download the dataset above for offline analysis. Requests are rate-limited to 30 per minute per IP.

Browse all 1,820 combos

1 1 1 1Unsolvable
1 1 1 2Unsolvable
1 1 1 3Unsolvable
1 1 1 4Unsolvable
1 1 1 5Unsolvable
1 1 1 6Unsolvable
1 1 1 7Unsolvable
1 1 1 81 solutions
1 1 1 9Unsolvable
1 1 1 10Unsolvable
1 1 1 111 solutions
1 1 1 123 solutions
1 1 1 131 solutions
1 1 2 2Unsolvable
1 1 2 3Unsolvable
1 1 2 4Unsolvable
1 1 2 5Unsolvable
1 1 2 62 solutions
1 1 2 71 solutions
1 1 2 86 solutions
1 1 2 91 solutions
1 1 2 102 solutions
1 1 2 117 solutions
1 1 2 127 solutions
1 1 2 137 solutions
1 1 3 3Unsolvable
1 1 3 41 solutions
1 1 3 51 solutions
1 1 3 67 solutions
1 1 3 77 solutions
1 1 3 86 solutions
1 1 3 96 solutions
1 1 3 101 solutions
1 1 3 111 solutions
1 1 3 125 solutions
1 1 3 132 solutions
1 1 4 41 solutions
1 1 4 57 solutions
1 1 4 66 solutions
1 1 4 76 solutions
1 1 4 87 solutions
1 1 4 92 solutions
1 1 4 101 solutions
1 1 4 11Unsolvable
1 1 4 122 solutions
1 1 4 13Unsolvable
1 1 5 57 solutions
1 1 5 66 solutions
1 1 5 73 solutions
1 1 5 81 solutions

Page 1 of 37

Explore further