$U = \left \{ 1,2,3,4,5,6,7,8 \right \}$
$ A = \left \{ 1,2,3 \right \}$
$ B = \left \{ 3,4,5,6 \right \} $
a) Decide $ \overline{A} $ U $\overline{B} $
Correct answer:
\begin{Bmatrix} 1,2,4,5,6,7,8 \end{Bmatrix}
I don't understand that answer. What does $\overline{A} $ and $\overline{B}$ mean?
$\overline{A}$ means that all the elements in $U$ that are not in set A. So, $\overline{A} =\{4,5,6,7,8\}$
$\overline{B}$ means that all the elements in $U$ that are not in set B. So, $\overline{B}=\{1,2,7,8\}$
Now $\overline{A}\cup\overline{B}=\{1,2,4,5,6,7,8\}$