What is the probability of rolling at least two 6's on twelve rolls of a fair 6-sided die.
I am using the complement to solve the question
$$1-\frac {5^{12}+(_{12}C_ 1)5^{11}}{6^{12}}$$
$5^{12}$ is the probability of not rolling a six
$6^{12}$ is the sample space
My question is why does the binomial coefficient have to be multiplied $5^{11}$ where the binomial coefficient is a "6" on the die.
This method I find difficult but intriguing.