Scenario:
- Supposing an experiment where T aligned bottles are transported.
- Supposing the probability of each bottle being broken during transport is p.
And knowing the bottles can break in any order in the line,
Question:
why do we consider a binomial coefficient (combination) instead of a permutation, for the probability density function?
$\binom{1000}{n}\times p^n \times q^{T-n}$
One bottle might break, but it is not the same thing being it the first than the 54th.
It's a combination (not a variation) because the order of elements within the "selection" (the broken bottles) doesn't matter.
Of course. But that's taken into acount by the binomial coefficient. Both the combination and the variation considers distinguishable elements. The difference among them is whether the order of the selected elements matter. Here it doesn't matter, so it's a combination. It would matter (and hence be a variation) if, for example, the event "bottles 2 and 10 broke" were different from the event "bottles 10 and 2 broke".