Sets

Blackberry250

New member
Joined
Aug 29, 2021
Messages
1
A={1,2,3,4,5} B= {4,5,6,7,8} C={7,8,9,10,11}

Verify
A U (B∩C)=(AUB) ∩ (AUC)
A ∩ (BUC) = (A∩B) U (A∩C)
A ∩ (B-C) = (A∩B) - (AUC)
 
A={1,2,3,4,5} B= {4,5,6,7,8} C={7,8,9,10,11}

Verify
A U (B∩C)=(AUB) ∩ (AUC)
A ∩ (BUC) = (A∩B) U (A∩C)
A ∩ (B-C) = (A∩B) - (AUC)
Please read our guidelines:

In order to help, we need to see what help you need, which usually means seeing some work.

Have you written out what B∩C, AUB, and AUC are, for a start?
 
Top