Problem: A small shop in Dar es Salaam stocks the following items:
- Notebooks: 5
- Pens: 12
- Pencils: 8
- Erasers: 6
- rulers: 4
- Calculators: 3
The shopkeeper wants to categorise these items. Help them organise using sets.
Solution:
Step 1: Define the universal set
U={notebook,pens,pencils,erasers,rulers,calculators}
Step 2: Create categories as subsets
- Writing instruments: W={pens,pencils,rulers}
- Study materials: S={notebooks,pencils,erasers,rulers}
- Electronic items: E={calculators}
Step 3: Find relationships
-
Items that are both writing instruments and study materials:
W∩S={pencils,rulers}
-
Items that are writing instruments but not electronic:
W−E={pens,pencils,rulers}
-
All study materials or electronic items:
S∪E={notebooks,pencils,erasers,rulers,calculators}