Instructions: Using the four basic arithmetic operations must get as close as possible to the three-digit number given above.
Each number can be used only once and partial results can be reused in the calculation.
For example, if the numbers given were 1, 3, 5, 8, 10 and 50 could be a solution (8 + 1) * 50 + 10 + 5 - 3 = 462 and
another (50-3) * 10 - 8 = 462.