If you play poker dice by simultaneously rolling 5 dice, why is $P\text{{five alike}} =.0008$?
I guess I understand the fact that each dice has the probability to land on the same number $1/6$ of the time making it $6\cdot (1/6)^5$, but I don't understand why this alternate approach does not work:
The question can be seen in the form that there are $n=5$ indistinguishable objects lined up and we want to divide them into $r=6$ groups.
There are $\pmatrix{n+r-1\cr r-1\cr }$ distinct nonnegative integer valued vectors $x_1, x_2, ...$ satisfying $x_1+x_2+...x_r=n$, thus for the particular question there would be a total of $\pmatrix{10\cr5}$ different combinations of dice you can roll, with 6 combinations of dice that are five alike such that the probability of getting five alike is $6/252$.
Thank you very much for any help, and excuse my poor formatting. This is my first time using the Math Tex thing.