Question
Question: The total number of ways in which \({n^2}\) number of identical balls can be put in ‘n’ numbered box...
The total number of ways in which n2 number of identical balls can be put in ‘n’ numbered boxes (1, 2, 3, 4,.......,n) such that the ith box contains at least ‘i’ number of balls is.
A. n2Cn−1
B. n2−1Cn−1
C. 2n2+n−1Cn−1
D. None of these
Solution
Here in this question we will first write the given condition in sequence form determining the total number of ways in which n2 balls will get arranged then we will apply the following permutation and combination formula. These are mentioned below: -
Combination: -Number of combination of ‘n’ things has taken ‘r’ at a time then combination formula is given by: -
C(n,r)=nCr
C(n,r)=r!(n−r)!n!
Complete step by step solution:
So if we write the given problem in equation form then it can be written as:-
⇒x1+x2+x3+......+xn=n2 Such that, xi≥i,i∈1to n
Now let xi−i=yi or we can write this as xi=yi+i
Since xi≥i,i∈1then yi≥i
Now after putting xi=yi+iin the original equation it becomes as,
⇒(y1+1)+(y2+2)+........+(yn+n)=n2,yi≥0
Now we will arrange y terms together while n terms on the right hand side of the equal to sign.
⇒y1+y2+........+yn=n2−(n+(n−1)+......+2+1)
Now we will solve right hand side of the equation by applying arithmetic formula i.e. Sn=2n[2a+(n−1)d] where a= first term of the sequence and d=common difference which is given by d=Tn−Tn−1
⇒(n+(n−1)+......+2+1 Here a=n,d=n−1−n=−1
Now applying these values in Sn=2n[2a+(n−1)d]
⇒Sn=2n[2n+(n−1)(−1)]
⇒Sn=2n[2n−n+1]
⇒Sn=2n[n+1]
Now we will put this sum value in main equation.
⇒y1+y2+........+yn=n2−2n[n+1]
Now we will solve right hand side equation.
⇒y1+y2+........+yn=n2−2(n2+n)
⇒y1+y2+........+yn=22n2−(n2+n)=2(n2−n) (Taking L.C.M)
Now total possibilities is given by n+r−1Cr−1 where n is the sum and r is the number of variables.
Therefore total possibilities= 2(n2−n)+n−1Cn−1
⇒2(n2−n)+n−1Cn−1
⇒2n2−n+2n−2Cn−1=2n2+n−2Cn−1 (Taking L.C.M in the upper part of the formula)
Therefore the total number of ways in which n2 number of identical balls is 2n2+n−2Cn−1 .
So, the correct answer is “Option C”.
Note: Students may likely make mistakes in applying combination properties so they should know the combination concept because without that these types of questions can create little difficulties.