Factorization is the process of breaking down a number into smaller numbers that multiply together to give the original number. These smaller numbers are called factors. For example, factors of 12 include 1, 2, 3, 4, 6, and 12 because each divides 12 exactly without leaving a remainder.
Understanding factorization is essential because it helps us solve many problems in mathematics, especially in number theory, algebra, and competitive exams. It allows us to find the Highest Common Factor (HCF), Least Common Multiple (LCM), simplify fractions, and solve number series problems efficiently.
Before diving into factorization methods, let's clarify two important types of numbers:
Why is this distinction important? Because factorization involves expressing composite numbers as products of prime numbers, which are the building blocks of all numbers.
Prime factorization means expressing a number as a product of its prime factors. For example, 84 can be factorized into primes as:
84 = 2 x 2 x 3 x 7
This is important because of the Fundamental Theorem of Arithmetic, which states that every integer greater than 1 can be uniquely expressed as a product of prime numbers, except for the order of the factors.
This uniqueness is the foundation of many mathematical techniques and problem-solving strategies.
Here, 84 is split into 12 and 7. Then 12 is further split into 2 and 6, and 6 is split into 2 and 3, all prime numbers.
There are several methods to factorize numbers. Let's explore the most common ones with examples.
As shown above, factor trees break down a number step-by-step into prime factors by splitting composite numbers into factors until only primes remain.
This method involves dividing the number by the smallest prime number possible repeatedly until the quotient becomes 1.
graph TD A[Start with 180] --> B{Is 180 divisible by 2?} B -- Yes --> C[Divide by 2: 180 / 2 = 90] C --> D{Is 90 divisible by 2?} D -- Yes --> E[Divide by 2: 90 / 2 = 45] E --> F{Is 45 divisible by 2?} F -- No --> G{Is 45 divisible by 3?} G -- Yes --> H[Divide by 3: 45 / 3 = 15] H --> I{Is 15 divisible by 3?} I -- Yes --> J[Divide by 3: 15 / 3 = 5] J --> K{Is 5 divisible by 3?} K -- No --> L{Is 5 divisible by 5?} L -- Yes --> M[Divide by 5: 5 / 5 = 1] M --> N[Stop: Quotient is 1]Prime factors of 180 are therefore 2, 2, 3, 3, and 5.
This is similar to the division method but emphasizes dividing by increasing prime numbers stepwise.
Step 1: Start by dividing 360 by the smallest prime number 2: 360 / 2 = 180.
Step 2: Divide 180 by 2 again: 180 / 2 = 90.
Step 3: Divide 90 by 2: 90 / 2 = 45.
Step 4: 45 is not divisible by 2, try next prime 3: 45 / 3 = 15.
Step 5: Divide 15 by 3: 15 / 3 = 5.
Step 6: 5 is prime, so stop.
Answer: Prime factors of 360 are \(2 \times 2 \times 2 \times 3 \times 3 \times 5\) or \(2^3 \times 3^2 \times 5\).
Step 1: Prime factorize 48:
48 / 2 = 24, 24 / 2 = 12, 12 / 2 = 6, 6 / 2 = 3, 3 is prime.
So, \(48 = 2^4 \times 3\).
Step 2: Prime factorize 180:
180 / 2 = 90, 90 / 2 = 45, 45 / 3 = 15, 15 / 3 = 5, 5 is prime.
So, \(180 = 2^2 \times 3^2 \times 5\).
Step 3: Identify common prime factors with minimum powers:
Common primes: 2 and 3
Minimum power of 2: \(\min(4, 2) = 2\)
Minimum power of 3: \(\min(1, 2) = 1\)
Step 4: Calculate HCF:
\(HCF = 2^2 \times 3 = 4 \times 3 = 12\)
Answer: HCF of 48 and 180 is 12.
Step 1: Prime factorize numerator 84:
84 = \(2 \times 2 \times 3 \times 7 = 2^2 \times 3 \times 7\)
Step 2: Prime factorize denominator 126:
126 = \(2 \times 3 \times 3 \times 7 = 2 \times 3^2 \times 7\)
Step 3: Cancel common prime factors:
Common factors: 2, 3, and 7
After cancellation:
Numerator: \(2^{2-1} \times 3^{1-1} \times 7^{1-1} = 2^1 = 2\)
Denominator: \(2^{1-1} \times 3^{2-1} \times 7^{1-1} = 3^1 = 3\)
Answer: Simplified fraction is \(\frac{2}{3}\).
Step 1: Prime factorize each number:
12 = \(2^2 \times 3\)
15 = \(3 \times 5\)
20 = \(2^2 \times 5\)
Step 2: For each prime, take the highest power present:
Step 3: Multiply these highest powers:
LCM = \(2^2 \times 3 \times 5 = 4 \times 3 \times 5 = 60\)
Answer: LCM of 12, 15, and 20 is 60.
Step 1: Observe the series terms:
6, 12, 24, 48, ?, 192
Step 2: Prime factorize the known terms:
Step 3: Notice the pattern in powers of 2 increasing by 1 each step:
2, 3, 4, ?, 6
The missing term should have \(2^5 \times 3 = 32 \times 3 = 96\).
Answer: The missing number in the series is 96.
When to use: When breaking down numbers less than 1000.
When to use: During competitive exams for quick divisibility checks.
When to use: When starting factorization of any number.
When to use: To solve problems involving multiple numbers efficiently.
When to use: When simplifying fractions in algebraic or arithmetic problems.
Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.
Go to practice →