How to find the number of ways in which $7$ different balls can be distributed into $4$ identical boxes so that no box remains empty?
In this question, I started by finding the number of ways of selecting any $4$ balls and putting them in the identical boxes in one way, and then the remaining balls could be placed in $3^4$ ways. Can you please help me solving this?
You can go $4111, 3211\text {or }2221$, in terms of partitions of $7$... The boxes are identical so the order doesn't matter. ..
$4111$: ${7 \choose 4}=35 $
$3211$: ${7 \choose 3}{4 \choose 2}=35×6=210$
$2221$: ${7\choose 2}{5\choose 2}{3\choose 2}=21×10×3=630$
Divide $630$ by $3! $ to get 105...
Adding up $105+210+35=350$