Solveeit Logo

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(BC)=(AB)(AC){A \cap (B \cup C) = (A \cap B) \cup (A \cap C) }

Explanation

Solution

Hint- First let’s learn the meaning of symbols.

\cap \to Intersection

\cup \to Union

XYX \cap Y Means only common elements of X and Y

XYX \cup Y Means all elements of X and Y.

Complete answer:

Now let's verify by equating LHS = RHS

LHS,

First we find (BC)(B \cup C) means we take all elements of B and C.

\Rightarrow { 2,3,4,5,6,7}

Now we find A(BC)A \cap {\text{(}}B \cup C) means we take common (BC)(B \cup C) and A.

\Rightarrow { 2,3,4,5}

RHS,

First we find (AC)(A \cap C) means to take common elements between A and C.

\Rightarrow { 4,5}

Then, we find (AB)(A \cap B) means to take common elements between A and B.

\Rightarrow { 2,3,5}

Now, finally we find (AB)(AC)(A \cap B) \cup {\text{(}}A \cap C) means we take all elements of (AC)(A \cap C) and (AB)(A \cap B)

\Rightarrow { 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.