224k views
1 vote
Write the intersection and union of N and W.

N being the definition of a Natural Number {1,2,3,4} and W being Whole numbers {0,1,2,3,4}

User Doug Hays
by
4.1k points

1 Answer

0 votes

Answer:

N n W = {1,2,3,4}

N u W = {0,1,2,3,4,}

Explanation:

N n W = {1,2,3,4}

N u W = {0,1,2,3,4,}

n - intersection means the common elements between N and W

U - represents all elements within N and W

User Mike Glenn
by
3.9k points