Answer:
Two sets are called disjoint if they have no elements in common. For example:
The sets S = { 2, 4, 6, 8 } and T = { 1, 3, 5, 7 } are disjoint.
Another way to define disjoint sets is to say that their intersection is the empty set,
Two sets A and B are disjoint if A ∩ B = 0.
In the example above,
S ∩ T = ∅ because no number lies in both sets.
Step-by-step explanation: