Theorems

Sub-Experiment Outcomes

If an experiment consists of two sub experiments where one experiment has n outcomes and the other has k outcomes. The total number of outcomes for the experiment are nk.


Sampling Without Replacement

The number of k-permutations of n distinguishable objects is

(n)k=n(n1)(n2)...(nk+1)=n!(nk)!
Abstract

Using k-permutations is useful when sampling without replacement. This is because a k-permutation has specific rules for sampling from a collection. This is, once an object is chosen we cannot reuse it. This affects subsequent sub experiments as the collection we are sampling from is changed every time we sample.


The number of ways to choose k objects out of n distinguishable objects is

(nk)=(n)kk!=n!k!(nk)!
Abstract

The intuition for this comes from the k-combination. Since we are trying to find a subset of all all possibilities we pick one outcome (nk) and multiply by the rest of the possibilities, (k)k=k!. This yields an equation which we can rearrange the terms of to find (nk).

(n)k=(nk)k!
Note

We only define (nk) for 0kn and 0 otherwise.


Given m distinguishable objects, there are mn ways to choose (with replacement) an ordered sample of n objects.

Examples

There are 210=1024 possible binary sequences of length 10 (0 - 1024)

The letters A-Z can produce 264 words of length 4


For n repetitions of a sub-experiment with sample space S=S1,S2,...,Sm the number of length n=n1+n2+...+nm observation sequences with si appearing ni times is

(nn1,...,nm)=n!n1!n2!...nm!
Abstract

This is useful when we want to track sub occurrences of the total n

For example, if we had binary sequences of length 8 and we wanted to find the number of sequences where "1" appears 5 times and "0" appears 3 times in each word we could use this theorem to calculate. n1=5n2=3n=n1+n2=8

(85,3)=8!53=7!

Definitions

K-permutations

K-permutations refers to an ordered sequence of k distinguishable objects.


K-combination

K-combination refers to a subset of outcomes from a k-permutation. It is denoted by (nk) and pronounced "n choose k".