asked 102k views
5 votes
A=[1,2,3,4,5,6,7], b=[2,3,6,8], c=[7,8,9,10] what is a ∩ b ∩ c?

1 Answer

6 votes

Final Answer:

The intersection of sets a, b, and c is the empty set, represented by {}. This is because there are no elements common to all three sets.

Step-by-step explanation:

The intersection of two sets A and B is the collection of elements that are in A and also in B. Similarly, the intersection of three sets A, B, and C is the collection of elements that are in A, and also in B, and also in C.

In this case, the sets a, b, and c do not share any common elements. Therefore, the intersection of all three sets is the empty set, which contains no elements.

answered
User Celaxodon
by
8.7k 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.