The discussion revolves around distributing ten identical apples among five nephews, with the key question being whether each nephew must receive at least one apple. If some nephews can receive no apples, the total distribution methods amount to 5^10. However, if each nephew must receive at least one apple, the problem can be approached using the stars and bars theorem, resulting in C(14, 4) or 1001 ways to distribute the apples. The distinction between identical and unique apples is also noted, as it affects the calculation of distribution methods. The necessity of clarifying whether every nephew must receive an apple remains a central point of the discussion.