Coin flipping

Flip a fair coin two times and record both results.

  • Outcomes: sequences, like HH or TH.

  • Sample space: all possible sequences, i.e. the set S={HH,HT,TH,TT}.

  • Events: for example:

    • A={HH,HT}=“first was heads”
    • B={HT,TH}=“exactly one heads”
    • C={HT,TH,HH}=“at least one heads”

With this setup, we may combine events in various ways to generate other events:

Complex events: for example: AB={HT}, or in words:

“first was heads”AND“exactly one heads”=“heads-then-tails”

Notice that the last one is a complete description, namely the outcome HT. AB={HH,HT,TH}, or in words:

“first was heads”OR“exactly one heads”=“starts with heads, else it’s tails-then-heads”

Coin flipping: counting subsets

Flip a fair coin five times and record the results.

How many elements are in the sample space? (How big is S?) How many events are there? (How big is ?)