Each of five, standard, six-sided dice is rolled once. What is the probability that there is at least one pair but not a three-of-a-kind (that is, there are two dice showing the same value, but no three dice show the same value)?
Here is my thinking. There are $6$ possible values for the pair. (e.g $1$,$1$,$2$,$2$...$6$,$6$). The other four dice can be any number other than the number of the pair. Numerator = $6\cdot5\cdot5\cdot4\cdot4$. Denominator = $5^6$. So I thought that the answer was $\frac{2400}{46656}$. Can this be verified? Help is greatly appreciated.
Not quite.
Two mistakes:
Yes, there are $6$ options for the first pair, after which you have $5$ options for the third die, and another $5$ for the fourth ... and then there is only one more die left .. so you certainly don't get two more $4$'s in the numerator. I think you confused yourself by having that single $6$ ... which seems to suggest it trepresents one die, but it represents two. In fact, if you want it to do die for die, you can think: OK, the first die can be anything, but then the second needs to be the same as the first. So, you get $6 \cdot 1 \cdot 5 ...$ ... and now tyou wouldn;t have made the mistake of putting an extra $4$ in there.
But .. you don't get a single $4$ either! ... for that would only be true if the third and fourth dice are the same. So, consider the case where the third and fourth are the same, and the case where they are not, and add those up.