This page contains a calculator which finds solutions to the
Countdown Numbers Game.
Numbers to use:
Target value
Numbers to use:
Target value
In the game, the players are given 6 integers which they need to combined to achieve the target.
The numbers are combined using the operations of addition, subtraction, multiplication and division.
The inputs, the target and the intermediate results must all be whole numbers.
The players don't need to use every number, but they can't use any number more than once.
However sometimes two of the numbers they're given are the same.
Above you can enter the numbers to use and then when you click on the "Find Solution" an algorithm writen in Javascript will try to find a solution.
The numbers are combined using the operations of addition, subtraction, multiplication and division.
The inputs, the target and the intermediate results must all be whole numbers.
The players don't need to use every number, but they can't use any number more than once.
However sometimes two of the numbers they're given are the same.
Above you can enter the numbers to use and then when you click on the "Find Solution" an algorithm writen in Javascript will try to find a solution.