Element Math Example 4

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

Example 4

medium
Let T={xZ:x2<10}T = \{x \in \mathbb{Z} : x^2 < 10\}. List all elements of TT and state T|T|.

Solution

  1. 1
    Find all integers xx with x2<10x^2 < 10. Try: 02=00^2=0, (±1)2=1(\pm 1)^2=1, (±2)2=4(\pm 2)^2=4, (±3)2=9(\pm 3)^2=9, (±4)2=1610(\pm 4)^2=16 \ge 10.
  2. 2
    So the elements are 3,2,1,0,1,2,3-3, -2, -1, 0, 1, 2, 3.
  3. 3
    Count: T=7|T| = 7.

Answer

T={3,2,1,0,1,2,3},T=7T = \{-3,-2,-1,0,1,2,3\},\quad |T| = 7
Set-builder notation defines membership by a condition. Test each candidate integer against x2<10x^2 < 10 to determine which belong to TT.

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