Element Math Example 1

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

Example 1

easy
Let A={3,7,11,15}A = \{3, 7, 11, 15\}. Determine whether 7โˆˆA7 \in A, {7}โˆˆA\{7\} \in A, and 10โˆ‰A10 \notin A.

Solution

  1. 1
    Check 7โˆˆA7 \in A: the element 77 appears in the listing {3,7,11,15}\{3, 7, 11, 15\}, so 7โˆˆA7 \in A. True.
  2. 2
    Check {7}โˆˆA\{7\} \in A: the object {7}\{7\} is a set, not a number. The set AA does not contain {7}\{7\} as a member, only the number 77. So {7}โˆ‰A\{7\} \notin A.
  3. 3
    Check 10โˆ‰A10 \notin A: 1010 does not appear in the listing, so indeed 10โˆ‰A10 \notin A. True.

Answer

7โˆˆA,{7}โˆ‰A,10โˆ‰A7 \in A,\quad \{7\} \notin A,\quad 10 \notin A
The symbol โˆˆ\in tests whether an object is a direct member of a set. A set {7}\{7\} and the number 77 are different objects โ€” confusing them is the most common mistake with element notation.

About Element

An individual object that belongs to, or is a member of, a given set โ€” either it is in the set or it is not.

Learn more about Element โ†’

More Element Examples