52.2k views
3 votes
If m={prime integers between 1 and 11}
N={Factor of 12} find
1. MuN
2.MnN​

1 Answer

4 votes

M = {2, 3, 5, 7} (and possibly includes 11 if "between x and y" means to include both x and y)

N = {1, 2, 3, 4, 6, 12}

Then

M U N = {1, 2, 3, 4, 5, 6, 7, 12}

(or possibly {1, 2, 3, 4, 5, 6, 7, 11, 12})

M ∩ N = {2, 3}

User Mups
by
5.5k points