I have the following problem: List the elements of the set $\overline{A\cap B}\cup C$, where $\overline{X}$ denotes the complement of an arbitrary set $X$ and $U$ denotes the universe under consideration. The considered sets are as follows:
- $U = \{1,2,3,\ldots,10\}$
- $A = \{1,4,7,10\}$
- $B = \{1,2,3,4,5\}$
- $C = \{2,4,6,8\}$
I believe I have the answer but not too sure. Here's what I came up with: $$ \overline{A\cap B}\cup C = \{2,3,5,6,7,8,10\}. $$
Is this answer correct and more so written correctly?
Thanks in advance.