What "11" on this clock is supposed to be? it looks like the union symbol but I don't get it.
2026-05-05 06:44:28.1777963468
What is $\left|\bigcup\limits_{n=0}^{10}\{n\}\right|$ supposed to be?
2.8k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2

It is a union:
$$\bigcup_{n=0}^{10} \{n\} = \{0\}\cup \{1\}\cup\ldots\cup\{10\} = \{0,1,2,\ldots,10\}$$
But then, you take the cardinality of the resulting set: $$ \left\lvert \bigcup_{n=0}^{10} \{n\} \right\rvert = \left\lvert \{0,1,2,\ldots,10\} \right\rvert = 11 $$ and you get $11$, as the set contains $11$ elements.