This page contains a calculator which finds solutions to the
Countdown Numbers Game.
Numbers to use:
Target value
Numbers to use:
Target value
If you press the New Random Inputs button above then a new set of random inputs will be generated.
In the Countdown Numbers 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 not all 6 integers are different.
When you click on the "Find Solution" an algorithm writen in Javascript will try to find a solution.
The javascript used in this calculator can be viewed in github at this link.
In the Countdown Numbers 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 not all 6 integers are different.
When you click on the "Find Solution" an algorithm writen in Javascript will try to find a solution.
The javascript used in this calculator can be viewed in github at this link.
1 comment:
Works really well
Post a Comment