asked 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.

asked
User Tahagh
by
7.9k 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}

answered
User Wlo
by
8.5k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.