Six billiard balls, which are numbered as 2,3,5,7,8,9 inclusively, will be put into the cylindrical transparent boxes whose capacities are 3 and must be fulfilled.
Furthermore, the balls must be in descending order in the boxes.
In how many different 3-digit numbers can we generate such as 289 or 357? Could you explain the answer as explaining to a stupid?

This type of question is like what is the number of arrangements of the following equality in the set $1,2,3,4,5,6,7$ such that $x_1<x_2<x_3$. The answer of the question is $C(7,3)$. If it were $x_1<x_2<x_3<x_4<x_5$ ,then the answer would be $C(7,5)$.The key point is the number of subsets.
Then ,we can apply it this question such that $C(6,3)$ for the first tube and $C(3,3)$ for the second. Hence , $C(6,3) \times C(3,3)=20$
NOTE:When we find the number of subsets , then you dont need to worry about the ordering in the tubes.They will come in there in the wanted order