15.5k views
3 votes
I={1,2,4,7)L={2,5,6)Find the union of I and L.Find the intersection of I and L.

User Tahagh
by
6.4k points

1 Answer

2 votes

The union of two sets is a set that contains the combination of the elements of the given sets. In this case:

I ∪ L = {1, 2, 4, 5, 6, 7}

The intersection of two sets is a set that includes the members of both original sets. In this case:

I ∩ L = {2}

User Wlo
by
7.1k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.