01 Key Concepts
Set Notation
A set is written with curly braces, like A = {1,2,3}. An element x belonging to set A is written 'x is in A'.
Subset
Set A is a subset of B if every element of A is also in B, written 'A is a subset of B'.
Union (A union B)
The set containing every element that is in A, in B, or in both.
Intersection (A intersection B)
The set containing only the elements that are in both A and B.
Complement and Empty Set
The complement of A contains everything in the universal set that is NOT in A. The empty set (written as {} or the empty-set symbol) contains no elements at all.
Cardinality
The number of elements in a set, written |A|.
02 Key Formulas
- |A union B| = |A| + |B| - |A intersection B|
03 Solved Examples
- Combine every element from both sets, listing duplicates only once.
- A union B = {1,2,3,4,5,6}.
- Find elements that appear in both A and B.
- 3 and 4 are in both sets.
- Apply the formula: |A union B| = |A| + |B| - |A intersection B| = 4+4-2.
04 Practice Questions
๐ Sets โ Downloadable Worksheet
10 questions with a full answer key. Grab the PDF to print, or try the interactive version in your browser.