Q: Count the number of ways to get 3 heads in 10 flips of a coin.
A: 10!/(3!7!)
I wonder why it is a combination problem.
The post Probability of 3 Heads in 10 Coin Flips (2nd answer): "We can choose $3$ objects from $10$ in $\binom{10}{3}$ ways"
I don't really see how.
When I look at another example online: list all combination of 3 elements out of the set of {a,b,c,d}.
I can visualize it by thinking of number of possible ways for the first element is 4, number of possible ways for the 2nd element is 3, and so on. And so, it is 4 * 3 * 2.
It would be great if someone can explain what 3 objects are picked from 10 things in the coin example. What are the "objects" and what are "things".
Thanks!