Analyzing the Setup
Imagine you are standing before a row of 10 identical blue balls. Your mission is to partition these balls into 4 distinct boxes, with one ironclad rule: no box can be empty.
At first glance, this might feel like a daunting task of trial and error. But in the world of combinatorics, we don't guess; we visualize. This is where the Divider Method—or as mathematicians affectionately call it, Stars and Bars—becomes your most powerful weapon.
The Geometry of Gaps
To divide our 10 balls into 4 groups, we don't need 4 dividers. Think about a simple piece of string: to cut it into 4 pieces, you only need 3 cuts.
Similarly, to create 4 distinct boxes, we only need 3 dividers. Now, here is the secret: where do these dividers go? If we place them anywhere, we might accidentally create an empty box.
To satisfy the no empty box constraint, we must place our dividers only in the gaps between the balls. With 10 balls in a row, there are exactly 9 internal gaps.
By choosing 3 of these 9 gaps to place our dividers, we ensure that every box receives at least one ball. It is a beautiful, one-to-one mapping where every unique selection of 3 gaps corresponds to exactly one unique distribution of balls.
The Mathematical Elegance
The problem has now transformed from a complex distribution puzzle into a simple selection problem. We have 9 available gaps, and we need to choose 3 of them.
The number of ways to do this is given by the combination formula, denoted as 9C3. This is the core of Statement-1.
9C3=3!(9−3)!9!=3×2×19×8×7=84
When we look at Statement-2, it simply defines the fundamental principle of combinations: choosing r items from n distinct items is nCr.
Since our problem is exactly that—choosing 3 gaps from 9—Statement-2 is not just a random fact; it is the very engine that drives the logic of Statement-1.
Both statements are true, and Statement-2 provides the essential mathematical justification for the result in Statement-1. You have just mastered a fundamental technique that will serve you throughout your JEE journey.