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 nine numbers such that the sum of these four numbers is minimized .
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 two digits of 4 - digit number are 1 0 . The first digit of 3 -digit number is 2 . They are constant. The tens digit can be any of 3 , 4 , 5 arranged in 3 ! = 6 ways. The units digit can be any of 6 , 7 , 8 , 9 arranged in 4 ! = 2 4 ways. Total of 2 4 × 6 = 1 4 4 numbers