A set of $12 $ different standard dices ($6$ sufaces with numbers $1$ to $6$) is thrown. What is the probability if it contains at least one $5$ and at least one $4$?
My think that I have to choose the $2$ already known numbers $5$ and $4$ and multiply it by the rest of the possible results $6^{10}$. Finally dividing by all possibilities gives:
$\frac{\binom{12}{2} \cdot6^{10}}{6^{12}}= 1.833333$
which does not make sense. The correct answer should be $0.7834$.
I would like to understand the way how I can solve that task with combinatorics. I also appreciate other solutions.
You have to do some inclusion/exclusion.
Count all possibilities, subtract options without $4$, subtract options without $5$.
Inclusion/exclusion now says to ADD without $4$ and $5$ because you subtracted this twice instead of once.
$(6^{12} - 2*5^{12} + 4^{12})/6^{12} = 0.78339403706$