What is the probability of obtaining exatcly 2 six when rolling a dice 5 times?
In order to obtain this probability, I will need to devide the number of favorable events by the number of possible events. I believe the denominator is $6^5$. But I am having troubles figuring out the numerator.
If you want to use a counting argument, here is how to count the "favourables."
We want to count the number of sequences of length $5$, with exactly two $6$'s.
The places the $6$'s occupy can be chosen in $\binom{5}{2}$ ways.
For each of these ways, the remaining places can be filled with non-$6$'s in $5^3$ ways.
That gives $\binom{5}{2}5^3$ for the number of favourables. Divide by $6^5$.
Remark: The binomial distribution approach described by lab bhattacharjee is more versatile.