asked 145k views
1 vote
A=(1,3,5.7,9)
B= (2,4,6,8,10)
C= (1,5,6,7,9)
A intersects (B intersects C)=

2 Answers

3 votes


A \cap (B \cap C) =



= A \cap (\{2, 4, 6, 8, 10\} \cap \{1, 5, 6, 7, 9\})



= \{1, 3, 5, 7, 9\} \cap \{6\}



= \{~\}

answered
User Mustafa Zengin
by
8.4k points
4 votes


image

answered
User Sanchit Patiyal
by
8.1k 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.