Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
Factors: A factor of a number is an exact divisor of that number, meaning it divides the number without leaving any remainder. You can visualize factors by imagining a fixed number of dots; for example, the number can be arranged in a perfect rectangular grid of , , or . Each of these dimensions () represents a factor.
Common Factors: When we compare the factors of two or more different numbers, the factors that are present in both lists are called common factors. Visually, if you draw a Venn diagram with two overlapping circles representing the sets of factors for two numbers, the common factors are the ones placed in the overlapping middle section.
Highest Common Factor (HCF): The HCF of two or more numbers is the greatest or largest number among all their common factors. It is also referred to as the Greatest Common Divisor (GCD). In a Venn diagram of factors, the HCF is the largest value found in the intersection of the sets.
Prime Factorization Method: This method involves breaking down each number into a product of prime numbers. You can visualize this using a 'Factor Tree' where the main number is the root, and it splits into branches of factors until every branch ends in a prime number (the leaves) that cannot be split further.
Finding HCF via Prime Factorization: Once the prime factorization is complete for all numbers, you identify the prime factors that are common to all of them. The HCF is calculated by multiplying these common prime factors together. For example, if two numbers both have and in their prime factor trees, their HCF must include .
Division Method: This is a systematic process for finding the HCF of large numbers. You divide the larger number by the smaller one, then take the remainder and make it the new divisor, while the previous divisor becomes the new dividend. This 'staircase' of divisions continues until the remainder is zero. The last divisor used is the HCF.
HCF of Co-prime Numbers: Two numbers are called co-prime if their only common factor is . For instance, and are co-prime because no number other than divides both. Consequently, the HCF of any set of co-prime numbers is always .
Properties of HCF: The HCF of a group of numbers is never greater than the smallest number in that group. It is always a factor of each of the numbers. Visually, the HCF represents the largest possible 'unit' or 'block' that can be used to perfectly measure or build each of the original numbers.
📐Formulae
💡Examples
Problem 1:
Find the HCF of , , and using the prime factorization method.
Solution:
Step 1: Write the prime factorization of each number:
Step 2: Identify the common prime factors. The common prime factors are and .
Step 3: Select the lowest power of each common factor:
- For , the lowest power is .
- For , the lowest power is .
Step 4: Multiply these to get the HCF:
- .
Explanation:
We break down each number into its prime building blocks and then find the largest combination of blocks that is present in every single number.
Problem 2:
Find the HCF of and using the Division Method.
Solution:
Step 1: Divide the larger number () by the smaller number ():
- (Remainder is )
Step 2: Divide the previous divisor () by the remainder ():
- (Remainder is )
Step 3: Divide the previous divisor () by the remainder ():
- (Remainder is )
Step 4: Divide the previous divisor () by the remainder ():
- (Remainder is )
Step 5: Since the remainder is now , the last divisor used is the HCF.
- .
Explanation:
The division method, or Euclidean algorithm, uses the property that the HCF of two numbers also divides their difference. We repeat the division until we find the largest value that leaves no remainder.