Answer:
Option B)
Explanation:
The intersection of two sets M and N consists of all the elements that are in both M and N.
So if M = {5, 10, 15, 20, 25} and N ={10, 20, 30, 40, 50}, then M ∩ N = {10, 20}
Then, the union of two sets L and C is to add to L all the elements that are in C
Where: C = M ∩ N
So, if L = {0, 20, 40, 80, 100} and M ∩ N = {10, 20}, then:
L ∪ (M ∩ N) = {0, 10, 20, 40, 80, 100}
Finally the correct option is B) {0, 10, 20, 40, 80, 100}