You are given that the numbers are to be filled in the square boxes as shown above (without repetition) such that it represent a sum of a 1-digit, 2-digit, 3-digit, and 4-digit number.
Find total number of possible arrangements of these ten numbers such that the sum of these four numbers is maximized .
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.
The first digit of 4 - digit number is 9 . That is constant. The hundreds digit can be any of 7 , 8 arranged in 2 ! = 2 ways. . The tens digit can be any of 4 , 5 , 6 arranged in 3 ! = 6 ways. The units digit can be any of 0 , 1 , 2 , 3 arranged in 4 ! = 2 4 ways. Total of 2 × 2 4 × 6 = 2 8 8 numbers