Number of ways $6$ distinct balls can be placed in $3$ different urns such that each urn contains at least one ball.
According to me,
Total number of combination possible is $3^6$
Number of ways all urns contain $0$ balls(complement of each urn gets at least one ball) is $1$ way.
So I think answer should be $3^6 - 1$
Where am I going wrong ?