🎯 Learning Objectives

📖 Essential Notes

There are three formal ways to describe a set:

  1. Verbal Method: A clear statement in words.
    Example: "The set of even numbers less than 10."
  2. Listing (Roster) Method: Writing all members inside { }.
    Example: {2, 4, 6, 8}
  3. Set-builder Notation: Using a variable and a mathematical rule.
    Example: {x | x is an even number, x < 10}

Note: The vertical bar | or colon : is read as "such that".

💡 Comparison Examples

Verbal Description Listing Method Set-builder Notation
Vowels in English {a, e, i, o, u} {x | x is a vowel}
Natural numbers less than 5 {1, 2, 3, 4} {x | x ∈ ℕ, x < 5}
Negative integers {-1, -2, -3, ...} {x | x is a negative integer}

✍️ Practice Exercises (20 Questions)

1. Convert to Listing: "Days of the week starting with T".
Answer: {Tuesday, Thursday}.
2. What does the symbol | mean in set-builder notation?
Answer: "Such that". It separates the variable from the rule.
3. List the elements: {x | x is an integer, -2 < x < 2}.
Answer: {-1, 0, 1}. "Between" (using < symbols) excludes the boundary numbers.
4. Represent {1, 3, 5, 7, ...} using the Verbal method.
Answer: The set of all odd natural numbers.
5. Is {x | x is a month with 32 days} an empty set?
Answer: Yes (∅). No month satisfies this rule.
6. Convert to Set-builder: {2, 4, 6, 8}.
Answer: {x | x is an even number between 1 and 9}.
7. List elements: {Letters in "MISSISSIPPI"}.
Answer: {M, I, S, P}. Remember, never repeat elements in listing form.
8. What is a "Partial Listing"?
Answer: Using three dots (...) to represent a pattern in infinite or very large sets.
9. Write {x | x is a perfect square < 20} in Roster form.
Answer: {1, 4, 9, 16}.
10. True/False: {x | x is a prime number} is a finite set.
Answer: False. Prime numbers are infinite.
11. Convert to Listing: "Odd integers between -4 and 2".
Answer: {-3, -1, 1}.
12. Define the rule for {January, June, July}.
Answer: {x | x is a month starting with J}.
13. Is {1, 2, 3} same as {x | x is a natural number < 4}?
Answer: Yes. Both describe the exact same elements.
14. List: {x | x is a digit in the number 2024}.
Answer: {2, 0, 4}.
15. What is used for in set-builder?
Answer: The set of Natural numbers {1, 2, 3, ...}.
16. Write "All integers" in Partial Listing.
Answer: {..., -2, -1, 0, 1, 2, ...}.
17. True/False: {x | x > 10} is an infinite set.
Answer: True. There is no upper limit to numbers greater than 10.
18. Represent {10, 20, 30} verbally.
Answer: Multiples of 10 between 1 and 31.
19. In {x | x ∈ ℤ}, what does stand for?
Answer: The set of Integers.
20. Convert "Whole numbers < 3" to Roster form.
Answer: {0, 1, 2}. (Note: Whole numbers start from 0).
Back to Unit 1 Menu