$X_1$ is a set of numbers which are neither prime nor composite. $X_2$ is a set of numbers from 1 to 40 that are multiples of 10.
Find $X_1 \cup X_2$).
When I tried I got the answer as $\{1,10,20,30,40\}$
There is only one number which is neither prime nor composite, i.e. $1$ [I didn't know it included $0$]
$\Rightarrow X_1 = \{1\}, X_2 = \{10,20,30,40\}$
$X_1 \cup X_2 = \{1,10,20,30,40\}$.
But in the book it is written:
There is only one number which is neither prime nor composite, i.e. $0$
$\Rightarrow X_1 = \{0\}, X_2 = \{10,20,30,40\}$
$X_1 \cup X_2 = \{0,10,20,30,40\}$.
So, can you help me with this? Thanks.