□ + □ □ + □ □ □ + □ □ □ □
Place distinct digits from 0 through 9 in the boxes to get the maximum possible sum. Submit your answer as the maximum sum.
Details and Assumptions:
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
2!3!4!=288 solutions in all. But I chose the same numbers as you.
To get the largest sum we just have to put greater numbers in higher place values.
We must put 9 in thousands place
We can put an 8 in 4-digit no. and 7 in 3-digit no. (At hundreds place).
We can put 6 in 4-digit, 5 in 3-digit and 4 in 2- digit (tens place)
At last we put 3 in 4 digit, 2 in 3-digit, 1 in 2 -digit and 0 in one-digit (ones place).
In each bullet, we can interchange position of numbers as there place value doesn't change.
The first key observation to make is that two solutions yield the same sum if digits with the same place value are switched (e.g. 1 4 3 + 5 7 = 1 5 3 + 4 7 = 1 5 7 + 4 3 ). Thus we only need to determine which digits will be given which place value. Intuitively it seems reasonable that the maximum sum will be obtained with the highest numbers being assigned the highest place values, etc. For example, 9 , 8 6 3 + 7 5 2 + 4 1 + 0 = 1 0 , 6 5 6 . To see that this is indeed the maximum possible sum, consider the effect of switching two digits with different place values. Specifically, let m have place value 1 0 k and n have place value 1 0 l , where k > l . By construction, we have m > n . Then when we switch m and n , the difference between the old and new sums is
( 1 0 k m + 1 0 l n ) − ( 1 0 k n + 1 0 l m ) = 1 0 l ( 1 0 k − l m + n − 1 0 k − l n − m ) = 1 0 l ( m − n ) ( 1 0 k − l − 1 ) ,
which is strictly positive, meaning the old sum was larger. Therefore our original sum of 1 0 , 6 5 6 was indeed optimal.
Problem Loading...
Note Loading...
Set Loading...
There are many solutions to this problem.One of them is 9863+752+41+0.The technique is to give the largest number(9) to thousands place.Larger numbers to hundreds place(8&7)and smaller number to tens place(4&5&6) and smallest numbers to ones place(0&1&2&3).