A = {1, 3, 5, 7, 9)
B = {2, 4, 6, 8, 10)
C = {1, 5, 6, 7,9}
A U (B n C)= ?
![A 1 3 5 7 9 B 2 4 6 8 10 C 1 5 6 79 A U B n C class=](https://us-static.z-dn.net/files/dd7/b87dda596a6b079bca347b4003e700d2.png)
Answer:
{1, 3, 5, 6, 7, 9}
Step-by-step explanation:
A u (B n C)
First we look at
(B n C)
n indicates intersects. Intersects means the common. The common number in B and C, we have
{6}
Now A u {6}
u means union. That is, joining both sets together, hence, we have
{1, 3, 5, 6, 7, 9}
A u (B n C} gives {1, 3, 5, 6, 7, 9}