Intersection Math Example 1

Follow the full solution, then compare it with the other examples linked below.

Example 1

easy
Let A={1,2,3,4}A = \{1, 2, 3, 4\} and B={3,4,5,6}B = \{3, 4, 5, 6\}. Find A∩BA \cap B.

Solution

  1. 1
    Recall the definition: A∩B={x:x∈A and x∈B}A \cap B = \{x : x \in A \text{ and } x \in B\}. An element belongs to the intersection only if it appears in both sets simultaneously.
  2. 2
    Check each element of A={1,2,3,4}A = \{1,2,3,4\}: is 1∈B1 \in B? No. Is 2∈B2 \in B? No. Is 3∈B={3,4,5,6}3 \in B = \{3,4,5,6\}? Yes. Is 4∈B4 \in B? Yes.
  3. 3
    The elements common to both sets are 3 and 4, so A∩B={3,4}A \cap B = \{3,4\}.

Answer

A∩B={3,4}A \cap B = \{3, 4\}
The intersection keeps only the elements shared by both sets. It is always a subset of each original set.

About Intersection

The intersection of sets AA and BB is the set of all elements that belong to both AA and BB simultaneously, written A∩BA \cap B.

Learn more about Intersection β†’

More Intersection Examples