Question
Question: Verify the following identities where A = { 1,2,3,4,5} , B = { 2,3,5,6} ,C = { 4,5,6,7} }} \({A \ca...
Verify the following identities where A = { 1,2,3,4,5} , B = { 2,3,5,6} ,C = { 4,5,6,7} }}
A∩(B∪C)=(A∩B)∪(A∩C)
Solution
Hint- First let’s learn the meaning of symbols.
∩→ Intersection
∪→ Union
X∩Y Means only common elements of X and Y
X∪Y Means all elements of X and Y.
Complete answer:
Now let's verify by equating LHS = RHS
LHS,
First we find (B∪C) means we take all elements of B and C.
⇒ { 2,3,4,5,6,7}
Now we find A∩(B∪C) means we take common (B∪C) and A.
⇒ { 2,3,4,5}
RHS,
First we find (A∩C) means to take common elements between A and C.
⇒ { 4,5}
Then, we find (A∩B) means to take common elements between A and B.
⇒ { 2,3,5}
Now, finally we find (A∩B)∪(A∩C) means we take all elements of (A∩C) and (A∩B)
⇒ { 2,3,4,5}
Here , LHS = RHS proved.
Note: - Be careful with notations. We should select elements properly. If we make a single mistake in selection, we’ll get wrong answers in the end.