How can I describe the union between this specific set and the Fibonacci sequence set?

51 Views Asked by At

I have two sets, $M_1$ and $M_2$:

$$ M_1 = \{x\mid x \text{ is a Fibonacci number}\}\\ M_2 = \{x \mid −10 \leq x \leq 10\} $$ How can I describe the union between these sets?

$$M_1 \cup M_2$$

Thanks.

1

There are 1 best solutions below

0
On

If $A,B$ are sets, then $A \cup B$ is the set of all elements of $A$ or $B$. In other words, $M_1 \cup M_2$ is the set of all Fibonacci numbers together with integers in $[-10,10]$.