Every day, a new target to hit and 6 numbers to use. The target is always reachable!
The player can use only the numbers and operations (+, -, * and /) to reach exactly the target. The result of an operation have to be a positive integer number. No need to use all the numbers to win. Each number can be used only once.
Each operations are saved and the result becomes a new number that can be used.
The game is over when you reached the target!
Target: 457
Numbers:
100 - 3 - 1 - 5 - 50 - 10
Possible solution:
5 - 1 = 4
4 * 100 = 400
400 + 50 = 450
10 - 3 = 7
450 + 7 = 457