Express each number as a product of its prime factors:
(i) 140 (ii) 156 (iii) 3825 (iv) 5005 (v) 7429
Theory: Fundamental Theorem of Arithmetic
Every composite number can be expressed as a product of prime numbers, and this factorization is unique (except for the order of factors).
Key Concepts:
- A prime number has exactly two factors: 1 and itself.
- A composite number has more than two factors.
- Prime factorisation is done using repeated division by prime numbers.
Solution Roadmap
- Start dividing the number by the smallest prime (2).
- Continue dividing until it is no longer divisible.
- Move to next prime (3, 5, 7, ...).
- Repeat until quotient becomes 1.
- Write result in exponential form.
-
140
Step 1: Divide by 2
\[140 \div 2 = 70\]Step 2: Divide again by 2
\[70 \div 2 = 35\]Step 3: Divide by 5
\[35 \div 5 = 7\]Step 4: Divide by 7
\[7 \div 7 = 1\]Final Answer:
\[140 = 2 \times 2 \times 5 \times 7 = 2^2 \times 5 \times 7\] -
156
Step 1: Divide by 2
\[156 \div 2 = 78\]Step 2: Divide by 2
\[78 \div 2 = 39\]Step 3: Divide by 3
\[39 \div 3 = 13\]Step 4: Divide by 13
\[13 \div 13 = 1\]Final Answer:
\[156 = 2^2 \times 3 \times 13\] -
3825
Step 1: Divide by 3
\[3825 \div 3 = 1275\]Step 2: Divide by 3
\[1275 \div 3 = 425\]Step 3: Divide by 5
\[425 \div 5 = 85\]Step 4: Divide by 5
\[85 \div 5 = 17\]Step 5: Divide by 17
\[17 \div 17 = 1\]Final Answer:
\[3825 = 3^2 \times 5^2 \times 17\] -
5005
Step 1: Divide by 5
\[5005 \div 5 = 1001\]Step 2: Divide by 7
\[1001 \div 7 = 143\]Step 3: Divide by 11
\[143 \div 11 = 13\]Step 4: Divide by 13
\[13 \div 13 = 1\]Final Answer:
\[5005 = 5 \times 7 \times 11 \times 13\] -
7429
Step 1: Divide by 17
\[7429 \div 17 = 437\]Step 2: Divide by 19
\[437 \div 19 = 23\]Step 3: Divide by 23
\[23 \div 23 = 1\]Final Answer:
\[7429 = 17 \times 19 \times 23\]
Why this question is important?
- Board Exams: Direct questions on prime factorisation and its application in HCF/LCM are very common.
- Foundation for Higher Maths: Used in algebra, number theory, and simplification problems.
- Conceptual Strength: Builds clarity on primes, which is essential for advanced mathematics.