we have the sets
L = {0, 20, 40, 80, 100} M = {5, 10, 15, 20, 25} N = {10, 20, 30, 40, 50}
step 1
Find out intersection sets M and N
M ∩ N
so
M ∩ N={10,20}
step 2
Find out L U (M ∩ N)
L U (M ∩ N)={0, 20, 40, 80, 100} U {10,20}={0, 10, 20, 40, 80, 100}
therefore
the answer is option B