Concept:The 7 identical balls have no individual identities, so only their count in the selection matters.
Explanation:Out of 23 balls,
23−7=16 balls are distinct.
We need to select 12 balls in total.
Let
r identical balls be selected, where
r=0,1,2,…,7.
Then
12−r balls must be selected from the 16 distinct balls.
Hence the total number of ways is
r=0∑7(12−r16)=k=5∑12(k16).Writing the sum explicitly and using
(rn)=(n−rn), we get
(416)+2(516)+2(616)+2(716)+(816).By Pascal's identity,
(618)=(416)+2(516)+(616)and
(818)=(616)+2(716)+(816).Adding these gives the same expression.
Therefore, the required number of selections is
(618)+(818).Answer:Option A:
18C6+18C8.