24-point solver and game — enter 4 numbers and get every solution instantly, or play random hands against the clock.
- Runs locally
- Category Generator
- Best for Starting from a blank page without committing to the first result.
Enter 4 numbers (1–13). The solver lists every distinct expression that equals 24.
- 8÷(3-8÷3) = 24
All math runs in your browser. Solver enumerates 4! × 5 × 4³ = 7,680 expressions and deduplicates equivalent forms (so a+b+c counts once, not six).
What this tool does
A complete 24-point toolkit for the classic Chinese arithmetic puzzle. The solver mode takes any 4 numbers from 1 to 13, enumerates all 4! × 5 × 4³ = 7,680 combinations of operand orderings, parenthesisation shapes, and operator picks, and lists every distinct expression that evaluates to exactly 24. Equivalent solutions are merged via canonical form, so (1 + 2) + 3 + 4 counts once instead of six times. Computation finishes in under 50 ms in any modern browser and there is no server round-trip. The game mode deals a random 4-card hand each round, lets you type an expression directly with +, −, ×, ÷ and parentheses, and validates it on the spot — making sure every card is used exactly once and the result equals 24. A live timer, score, and best-streak counter turn it into a quick mental warm-up. Stuck? Tap Hint to reveal one solution, or Give up to see all of them. A curated showcase of famously hard hands — 1 5 5 5, 3 3 8 8, 4 4 7 7 — opens directly in the solver so you can study the classics. Everything runs locally; nothing leaves your device.
Tool details
- Input
- Files + Numbers
- The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
- Output
- Live result + Copy
- The result area focuses on usable output, with copy, download, or preview actions when supported.
- Privacy
- Browser-side processing
- The main tool logic does not call an external API, so inputs normally stay in the current tab.
- Save / share
- No account required
- Open the page and use it; whether results survive refresh depends on the tool.
- Performance budget
- Initial JS <= 20 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Generator · Student
- Category and role tags drive related tools, internal links, and quick fit checks.
How to use
-
1. Input
Paste or drop your content into the tool panel.
-
2. Process
Click the button. All processing is local in your browser.
-
3. Copy / Download
Copy the result or download to disk in one click.
How 24-Point Solver & Game fits into your work
Use it to get a strong first draft, starter asset, or structured output that you can edit before publishing.
Generation jobs
- Starting from a blank page without committing to the first result.
- Creating repeatable drafts, names, templates, or placeholder assets.
- Exploring options before choosing the one that fits the job.
Generation checks
- Review generated output before it reaches a customer, page, or document.
- Change defaults when you need a specific brand voice, format, or audience.
- Keep only the parts that match the real task.
Good next steps
These links move the current task into a more complete workflow.
- 1 Scientific Calculator Scientific calculator — sin / cos / log / sqrt / power, with full keyboard input + history, deg/rad mode. Open
- 2 Sudoku Generator Sudoku generator and solver — 4 difficulties (easy / medium / hard / expert), unique-solution guaranteed, play in the browser or print as PDF. Open
- 3 Math Formula Reference Math formula reference — algebra, geometry, trigonometry, calculus, statistics, all in one place. Open
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- Add Days to Date Calculator Add or subtract days, weeks, months, and years from any date — plus a business-day mode that skips weekends. Runs entirely in your browser.
- Age Calculator Calculate your exact age — years, months, days, hours. Compare two dates or count to a future date.
- Atbash Cipher Mirror the alphabet, A↔Z B↔Y, no key, self-reciprocal so the same button encodes and decodes, browser-only
- Blood Alcohol Content (BAC) Calculator Widmark-formula BAC estimate from drinks, body weight, sex and time — educational only, never a fit-to-drive verdict — browser-only