Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
A set is a well-defined collection of distinct objects. 'Well-defined' means that given a specific object, we can clearly determine whether it belongs to the collection or not. For example, 'the collection of all vowels in the English alphabet' is a set, whereas 'the collection of good cricketers' is not a set because the criteria for 'good' is subjective.
The individual objects within a set are called its members or elements. We use the symbol to denote 'is an element of' or 'belongs to', and to denote 'is not an element of'. For instance, if , then but .
Sets are typically represented by enclosing their elements within curly brackets and separating them with commas. Visually, a set looks like a container of items, such as , where the brackets act as the boundary of the collection.
In Roster Form (or Tabular Form), all the elements of the set are listed explicitly. The order of listing elements does not matter, so is the same as . Also, elements are not usually repeated; for example, the set of letters in the word 'APPLE' is written as .
In Set-Builder Form (or Rule Method), instead of listing elements, we state a property or rule that all elements must satisfy. It is written as . The colon symbol ':' or a vertical bar '|' is read as 'such that'. For example, defines the set .
The Cardinal Number of a finite set is the number of distinct elements present in it. It is denoted by . For example, if , then the cardinal number because there are four distinct elements.
📐Formulae
(denotes is an element of set )
(denotes is not an element of set )
(denotes the Cardinal Number of set )
Set-Builder Notation: or
💡Examples
Problem 1:
Write the set in Roster Form and find its cardinal number .
Solution:
- Identify prime numbers between and . These are .
- List these elements inside curly brackets: .
- Count the number of elements: There are elements.
- Therefore, .
Explanation:
To convert from set-builder to roster form, we find all individual values that satisfy the given conditions (being prime and within the range) and list them. The cardinality is simply the count of these listed items.
Problem 2:
Convert the set from Roster Form to Set-Builder Form.
Solution:
- Observe the pattern of the elements: , , , , and .
- The elements are squares of the first five natural numbers.
- In set-builder form, we write: .
Explanation:
To convert to set-builder form, we identify the common mathematical property (perfect squares) and express it using a variable and a rule.