Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
Factors and Multiples: A factor of a number is an exact divisor of that number. For example, the factors of are and . A multiple of a number is a number obtained by multiplying it by a natural number. Imagine a grid where you can arrange dots into rectangles like , , or ; these dimensions represent the factors.
Prime and Composite Numbers: Numbers having exactly two factors (1 and the number itself) are called Prime Numbers (e.g., ). Numbers having more than two factors are called Composite Numbers (e.g., ). You can visualize this using the 'Sieve of Eratosthenes', a grid where you cross out multiples of primes to reveal the remaining prime numbers.
Divisibility Rules: These are shortcuts to determine if a number is divisible by another without full division. For example, a number is divisible by if the sum of its digits is a multiple of . A number is divisible by if it is divisible by both (ends in an even digit) and . Divisibility by is checked by finding the difference between the sum of digits at odd places and even places; if the result is or divisible by , the number is divisible by .
Highest Common Factor (HCF): The HCF of two or more given numbers is the highest (or greatest) of their common factors. It is also known as GCF (Greatest Common Factor). Visually, if you draw a Venn diagram representing the factors of two numbers, the HCF is the product of the numbers found in the overlapping intersection of the two circles.
Lowest Common Multiple (LCM): The LCM of two or more given numbers is the lowest (or smallest) of their common multiples. Think of two runners on a circular track starting at the same time but at different speeds; the LCM represents the time/distance at which they will both be back at the starting point simultaneously.
Prime Factorization: This is the process of expressing a composite number as a product of its prime factors. This is often visualized using a 'Factor Tree', where the number branches out into factors until all the 'leaves' at the bottom of the branches are prime numbers.
Perfect Numbers: A number for which the sum of all its factors (excluding the number itself) is equal to the number is called a perfect number. For example, is a perfect number because its factors are and , and .
📐Formulae
💡Examples
Problem 1:
Find the HCF of and using the prime factorization method.
Solution:
Step 1: Find the prime factorization of . Step 2: Find the prime factorization of . Step 3: Identify the common prime factors with the lowest power. The common factors are and . The lowest power of is and the lowest power of is . Step 4: Multiply these common factors.
Explanation:
To find the HCF, we break each number down into its basic prime 'building blocks' and then select the highest quantity of blocks that both numbers have in common.
Problem 2:
Find the LCM of and using the common division method.
Solution:
Step 1: Arrange the numbers in a row, separated by commas. Step 2: Divide by the smallest prime number () that divides at least one of the numbers. Step 3: Multiply all the divisors used.
Explanation:
The common division method involves dividing all numbers simultaneously by prime factors until all quotients become 1. The product of all divisors gives the LCM.