krit.club logo

Factors and Multiples - Highest Common Factor (HCF)

Grade 5ICSE

Review the key concepts, formulae, and examples before starting your quiz.

🔑Concepts

A factor is a number that divides another number exactly, leaving a remainder of zero. For example, 55 is a factor of 2020 because 20÷5=420 \div 5 = 4. Visually, factors can be thought of as the lengths and widths of all possible rectangles that can be made with a specific number of square tiles.

Common Factors are factors that are shared by two or more numbers. If we list factors of 1212 (1,2,3,4,6,121, 2, 3, 4, 6, 12) and 1616 (1,2,4,8,161, 2, 4, 8, 16), the common factors are 1,2,1, 2, and 44. This can be visualized using a Venn Diagram where the overlapping section contains these shared numbers.

The Highest Common Factor (HCF) is the largest number among all the common factors of two or more given numbers. It is also known as the Greatest Common Divisor (GCD). In the case of 1212 and 1616, the HCF is 44.

Prime Factorization Method: This method involves breaking down each number into a product of its prime factors. This is often visualized using a 'Factor Tree,' where the number at the top branches out into pairs of factors until every branch ends in a prime number. The HCF is the product of the prime factors common to all numbers.

Common Division Method: In this method, we write the numbers in a horizontal row and divide them by the smallest prime number that divides all of them. This creates a 'ladder' or 'staircase' structure. We continue until no common prime factor (except 11) remains. The HCF is the product of all the divisors used.

Property of Co-prime Numbers: If two numbers have no common factor other than 11, they are called co-prime numbers. Their HCF is always 11. For example, 88 and 99 are co-prime because their only common factor is 11.

HCF and Magnitude: The HCF of two or more numbers is always less than or equal to the smallest of the given numbers. For example, the HCF of 10,20,10, 20, and 3030 is 1010, which is the smallest number in the set.

HCF of Multiples: If one number is a factor of another (like 66 and 1212), then the smaller number (66) is the HCF of the two numbers.

📐Formulae

Product of two numbers=HCF×LCMProduct\ of\ two\ numbers = HCF \times LCM

HCF=Product of two numbersLCMHCF = \frac{Product\ of\ two\ numbers}{LCM}

HCF(a,b)min(a,b)HCF(a, b) \le \min(a, b)

HCF(prime number p,prime number q)=1HCF(prime\ number\ p, prime\ number\ q) = 1

💡Examples

Problem 1:

Find the HCF of 18,24,18, 24, and 3030 using the Prime Factorization method.

Solution:

Step 1: Find the prime factors of each number using factor trees.\n18=2×3×318 = 2 \times 3 \times 3\n24=2×2×2×324 = 2 \times 2 \times 2 \times 3\n30=2×3×530 = 2 \times 3 \times 5\nStep 2: Identify the prime factors common to all three lists. \nCommon prime factors: one 22 and one 33.\nStep 3: Multiply the common prime factors: HCF=2×3=6HCF = 2 \times 3 = 6.

Explanation:

By breaking each number into its prime building blocks, we find that 22 and 33 are the only primes that divide into all three numbers simultaneously. Their product gives the greatest possible divisor.

Problem 2:

Find the HCF of 4848 and 7272 using the Common Division method.

Solution:

Step 1: Divide both numbers by the smallest common prime divisor 22.\n48÷2=2448 \div 2 = 24, 72÷2=3672 \div 2 = 36\nStep 2: Divide the results (24,3624, 36) again by 22.\n24÷2=1224 \div 2 = 12, 36÷2=1836 \div 2 = 18\nStep 3: Divide (12,1812, 18) again by 22.\n12÷2=612 \div 2 = 6, 18÷2=918 \div 2 = 9\nStep 4: Now divide (6,96, 9) by the next common prime divisor 33.\n6÷3=26 \div 3 = 2, 9÷3=39 \div 3 = 3\nStep 5: Since 22 and 33 have no common factor other than 11, we stop.\nStep 6: Multiply all the divisors on the left: HCF=2×2×2×3=24HCF = 2 \times 2 \times 2 \times 3 = 24.

Explanation:

This method uses simultaneous division to extract all shared prime factors until the remaining quotients are co-prime. The product of these shared factors is the HCF.