$4$ identical oranges and $6$ distinct apples(each of different variety) are to be distributed into $5$ distinct boxes. Then probability that each box get a total of $2$ objects is
Try: Number of ways in which $4$ identical object of one type and $6$ Distinct objects of other type are to be distributed into $5$ persons such that each have $2$ objects is
$$=\binom{5}{2}\times 1 \times \binom{6}{2}\times \binom{4}{2}\times \binom{2}{2}$$
Now i did not understand how to solve it, Help me to solve it , thanks
Since I don't know how you distribute those objects I'll just solve the case each have two fruits.
First we put fruits into five bags, each bag containing two fruits. Next consider the distribution of those identical oranges.
$(2,2,0,0,0)$: $$\textrm{(choose two lucky person each get a bag of two oranges)}\cdot(\textrm{the others get apples}).\\ {5\choose2}\cdot{6\choose2}{4\choose2}{2\choose2},$$
$10\cdot15\cdot6=900.$
$(2,1,1,0,0)$: $$\textrm{(choose one lucky guy get the only bag of two orangs)}\cdot(\textrm{choose two apples to pair the two oranges}\cdot\textrm{choose two guys to receive apple-orange pair})\cdot(\textrm{distributing apple-apple bags}).\\{5\choose1}\cdot({6\choose2}\cdot{4\choose2}2!)\cdot{4\choose2}{2\choose2},$$
$5\cdot(15\cdot12)\cdot6=5400.$
$(1,1,1,1,0)$: $$(\textrm{choose two apples which won't pair with an orange})\cdot(\textrm{choose one guy receive this apple-apple bag})\cdot(\textrm{distribute four apple-orange pairs})\\ {6\choose2}\cdot{5\choose1}\cdot4!,$$
$15\cdot5\cdot24=1800.$
So $\Large\frac{1800+5400+900}{?}$, which is depending on whether or not you're allowing a person receive nothing.