asked 27.0k views
2 votes
Let A = 0, 1 , B = 2, 3, 4 and C = 3, 5 verity that A x (BUC) = (AXB) U (AXC)


asked
User Ffttyy
by
8.2k points

1 Answer

1 vote

A = {0, 1}

B = {2, 3, 4}

C = {3, 5}

Then we have

A × (B U C)

= {0, 1} × {2, 3, 4, 5}

= {{0, 2}, {0, 3}, {0, 4}, {0, 5}, {1, 2}, {1, 3}, {1, 4}, {1, 5}}

and

(A × B) U (A × C)

= {{0, 2}, {0, 3}, {0, 4}, {1, 2}, {1, 3}, {1, 4}} U {{0, 3}, {0, 5}, {1, 3}, {1, 5}}

(underlined pairs are duplicates and common to both A × B and A × C)

= {{0, 2}, {0, 3}, {0, 4}, {0, 5}, {1, 2}, {1, 3}, {1, 4}, {1, 5}}

and these two sets are clearly identical.

answered
User TheMaster
by
8.4k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.