Prime factorization is a cool way to break down numbers into their building blocks. It's like finding the DNA of numbers, showing us what prime factors make them up.
This skill comes in handy when we need to find the least common multiple (LCM) of numbers. The LCM helps solve real-world problems, like figuring out how many donuts and muffins a bakery needs to package efficiently.
Prime Factorization
Prime factorization of composite numbers
- Positive integers with factors other than 1 and itself (4, 6, 8, 9, 10, 12, 14, 15, 16, 18, 20)
- Expressing a composite number as a product of its prime factors
- Prime factors divide a given number without leaving a remainder (2, 3, 5, 7, 11)
- Steps to find the prime factorization:
- Divide the number by the smallest prime factor possible
- Continue dividing the resulting quotient by the smallest prime factor until the quotient becomes 1
- The prime factorization is the product of all the prime factors used in the division process
- Prime factorization of 24:
- $24 \div 2 = 12$
- $12 \div 2 = 6$
- $6 \div 2 = 3$
- $3 \div 3 = 1$
- Prime factorization: $2 \times 2 \times 2 \times 3$ or $2^3 \times 3$
- Prime factorization of 60:
- $60 \div 2 = 30$
- $30 \div 2 = 15$
- $15 \div 3 = 5$
- $5 \div 5 = 1$
- Prime factorization: $2 \times 2 \times 3 \times 5$ or $2^2 \times 3 \times 5$
Basic number concepts
- Factor: A number that divides evenly into another number without leaving a remainder
- Multiple: The result of multiplying a number by an integer
- Product: The result of multiplying two or more numbers together
- Divisor: A number that divides evenly into another number (also known as a factor)
- Factorization: The process of breaking down a number into its factors
Least Common Multiple
Least common multiple calculation
- Smallest positive integer divisible by all the given numbers
- Finding the LCM using prime factorization:
- Find the prime factorization of each number
- List all the prime factors, including repeated ones, from both prime factorizations
- Multiply these prime factors to get the LCM
- LCM of 12 and 18:
- Prime factorization of 12: $2^2 \times 3$
- Prime factorization of 18: $2 \times 3^2$
- List all prime factors: $2, 2, 3, 3$
- LCM: $2^2 \times 3^2 = 36$
- LCM of 8 and 12:
- Prime factorization of 8: $2^3$
- Prime factorization of 12: $2^2 \times 3$
- List all prime factors: $2, 2, 2, 3$
- LCM: $2^3 \times 3 = 24$
Applications of prime factorization
- Real-world problems involve finding the LCM or greatest common factor (GCF) of two or more numbers
- Bakery packaging donuts (boxes of 12) and muffins (boxes of 18):
- Find the LCM of 12 and 18 to determine the least number of donuts and muffins for an equal number of full boxes
- LCM of 12 and 18 is 36
- Package at least 36 donuts and 36 muffins for an equal number of full boxes
- School filling up classrooms (24 students each) and buses (36 students each):
- Find the LCM of 24 and 36 to determine the minimum number of students required to fill up both classrooms and buses completely
- Prime factorization of 24: $2^3 \times 3$
- Prime factorization of 36: $2^2 \times 3^2$
- List all prime factors: $2, 2, 2, 3, 3$
- LCM of 24 and 36: $2^3 \times 3^2 = 72$
- Minimum of 72 students needed to fill up both classrooms and buses completely