What is the probability of showing $3$ faces same and $3$ faces different when $6$ dice are thrown simultaneously?
Here's my approach:
$6$ dice thrown. Total number of outcomes that first $3$ dice show the same number is $6$, actually $\{(1,1,1),(2,2,2),(3,3,3),(4,4,4),(5,5,5),(6,6,6)\}$.
Total number of outcomes that next $3$ dice show all different numbers ( other than the one appeared in first $3$ dice ) are $5C3$ .
Total number of outcomes $= 6^6$. So according to me it should be $6\times 5C3 / 6^6$ .
Please guide me through the correct answer.
Guide