Help for Nige's Countdown puzzle puzzle solver

Enter the target number and between 2 and 6 given numbers, then press the Solve button. The solver will either list all the ways of achieving the target with the given numbers, or will display a message saying that the target cannot be achieved.

Supported Browsers

This solver has been tested using these web browsers on these operating systems:

N.B. It is known NOT to work with Microsoft Internet Explorer (Windows 10), as the coding techniques used by this solver are not all supported by this browser.

Version History

VersionDateChanges
1.024/01/2024Initial release.
1.127/01/2024Fixed Javascript to run on iOS 15.
1.204/02/2024Added styling to input text boxes to improve the interface. Reduced duplicate solutions by only checking each pair of numbers once at any level, not just at the top level.
1.316/03/2024Given number text boxes now bring up the numeric keypad on iOS devices. Solve button made larger. Identical solutions are no longer saved. Solutions involving dividing a square number by its square root are no longer considered.