[Math] Using the digits $1-9$ each only once find the closest sum to $1000$.

recreational-mathematics

Using the digits $1-9$ each only once find the closest sum to $1000$ by filling in the following spaces.

$$_ _ _+_ _ _+_ _ _$$

I tried to get $1000$ but couldn't (not even sure if you can). So then I tried $999$. I was able to get $152+378+469=999$ by guess and check but am not able to even to check if that is the correct answer. I believe there are $9!$ possible choices. I was wondering if there is some logical mathematical reasoning to get to the correct answer and prove it correct.

Best Answer

By the divisibility by 9 rule (and these numbers add up to 45, i.e. divisible by 9), whatever sum you produce, the digits of the sum will always be divisible by 9, and hence 999 is the best you can do.