Trying to grasp some basic counting problems, but I have a hard time developing some intuition.
For example, if you roll 5 dice, the chance of getting a pair is 5 choose 2. But why? I can't wrap my head around it. Is this a shorthand for some more elaborate calculation? There are 6^5 total possibilities. How does this factor in to this? How does the '5' relate to this, apart from the 5 dice of course. Why aren't the outcomes a factor? Are these 'hidden'?
1 pair -- (which means that we are excluding 2-pair, 3-off a kind, etc)
We will see 4 different numbers.
$6\cdot 5\cdot 4\cdot 3$
one of those numbers is paired up.
Now we need to think about shuffling the dice.
It helps if you think of the dice as being different colors. This way it is more obvious why a $(x,x,x,y,y)$ is different from a $(y,x,x,y,x)$ i.e. same numbers in different order.
There are ${5\choose 2}$ ways to "shuffle the dice."
$6\cdot 5\cdot 4\cdot 3\cdot{5\choose 2} = 3600$