Question 1123306
<br>
In forming one of those 4-digit numbers, there are 6 choices for the first digit, then 5 for the second, 4 for the third, and 3 for the fourth.  So the number of 4-digit numbers that can be formed is 6*5*4*3 = 360.<br>
Imagine the list of those 360 numbers, ready to be added.  Each of the 6 digits is used the same number of times; and each of them is used the same number of times in each column.  That means that in each column of the list of the 360 numbers, each of the given digits is used 360/6 = 60 times.<br>
The sum of the given digits is 2+4+5+6+7+8 = 32.  So the sum of the digits in each column is 60*32 = 1920.<br>
And then the sum of the 360 numbers is<br>
{{{1920(100000+100000+1000+100+10+1) = 213333120}}}<br>
You can also see the sum this way:<br><pre>

            245678
          + 245687
          +    ...
          + 876524
          + 876542
          --------
              1920
             1920
            1920
           1920
          1920
         1920
        -----------
         213333120<br>
--------------------------------------------------------------
Thanks to tutor @ikleyn for pointing out my error....<br>
I absentmindedly added 6-digit numbers instead of 4-digit numbers....