In an experiment, die is rolled continually until a 6 appears, at which point the experiment stops.
- What is the sample space of this experiment?
The sample space consists of sequence where the last entry must be equal to six and no other entry can be six. Mathematically, we can describe the space as $$ S = \{(6), (x_1,6), (x_1,x_2,6), \dots, (x_1,x_2,\dots,x_i,6) | \text{ where } x_i=\{1,2,3,4,5\} \text{ and } i\geq 1\}$$
- Let $E_n$ denote the event that $n$ rolls are necessary to complete the experiment. What points of the sample space are contained in $E_n$?
$E_n$ contains all sequences in the sample space of length $n$. Mathematically, we can $E_n$ as $$ E_n=\{(x_1,\dots,x_{n-1},6) | \text{ where } x_i=\{1,2,3,4,5\} \} $$
- What is $\left(\bigcup\limits_{n=1}^\infty E_n\right)^c$?
By De Morgan's Law, $$ \left(\bigcup\limits_{n=1}^\infty E_n\right)^c = \bigcap\limits_{n=1}^\infty E_n^c $$
So here is my question: Is $E_n^c$ is the set of $n$ length sequences where the last entry is anything but 6?
I am having a hard time believing that because then those sequences would not belong in the sample space $S$?