227k views
0 votes
M=(0,2,7) N=(1,2,4,5) what's MUN?​

User Sukumar
by
3.7k points

1 Answer

4 votes

Answer:

MUN= (0,1,2,4,5,7)

Explanation:

M=(0,2,7) N=(1,2,4,5) what's MUN?

Given data

​M=(0,2,7)

N=(1,2,4,5)

"MUN" is translated as M union N, hence we want to combine all elements

of M and N together

MUN= (0,1,2,4,5,7)

User Grmpfhmbl
by
3.3k points