All topics

s3.1.14

Sets

1,000 questions

Set theory questions usually involve basic definitions:

  • Intersection (ABA \cap B): Elements found in both set A and set B.
  • Union (ABA \cup B): All elements that are in set A, or in set B, or in both.
  • Subsets: A set with nn elements has 2n2^n possible subsets.
  • Proper Subsets: These are all subsets except the set itself, so there are 2n12^n - 1 proper subsets.
  • Power Set: The set of all subsets of a set. The number of elements in the power set of a set with nn elements is 2n2^n.
Practise this