Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
Factors and Multiples: A factor is an exact divisor of a number, while a multiple is a number obtained by multiplying it by any natural number. For example, the factors of are . Visually, factors can be understood by arranging blocks into perfect rectangles, such as a or grid.
Prime and Composite Numbers: A prime number is a natural number greater than that has exactly two factors, and the number itself (e.g., ). A composite number has more than two factors. is a unique number that is neither prime nor composite. You can visualize prime numbers using the Sieve of Eratosthenes, a grid where you cross out all multiples to leave only the primes.
Divisibility Rules: These are mental math shortcuts to determine if a number is divisible by another without full division. A number is divisible by if the sum of its digits is divisible by ; it is divisible by if its last two digits are divisible by ; and it is divisible by if it is divisible by both (even) and .
Prime Factorization: Every composite number can be expressed as a unique product of prime numbers. This is often represented using a 'Factor Tree', which looks like an upside-down tree where the number at the top splits into branches until every branch ends in a prime 'leaf'. For example, or .
Highest Common Factor (HCF): The HCF (also known as GCD) of two or more numbers is the largest number that divides each of them exactly. In a visual Venn diagram representing the prime factors of two numbers, the HCF is the product of the prime factors located in the overlapping central intersection.
Lowest Common Multiple (LCM): The LCM is the smallest non-zero number that is a multiple of all given numbers. On a number line, if two grasshoppers jump in intervals of units and units respectively, the first point where they both land is , which is their LCM.
Relationship between HCF and LCM: For any two given natural numbers, the product of the HCF and LCM is always equal to the product of the two numbers. This is a fundamental property used to find a missing value when the other three are known.
📐Formulae
💡Examples
Problem 1:
Find the HCF and LCM of and using the prime factorization method.
Solution:
Step 1: Write the prime factorization of each number. Step 2: To find the HCF, take the product of the common prime factors with the lowest power. Step 3: To find the LCM, take the product of all prime factors with their highest power.
Explanation:
The prime factorization method breaks numbers into their building blocks. HCF focuses on what they share (minimum powers), while LCM ensures all factors are represented (maximum powers).
Problem 2:
The HCF of two numbers is and their product is . Find their LCM.
Solution:
Step 1: Use the relationship formula: Step 2: Substitute the known values into the formula: Step 3: Solve for LCM:
Explanation:
By applying the property that the product of HCF and LCM equals the product of the two numbers, we can find the LCM by dividing the product of the numbers by their HCF.