Perfect Numbers
Some numbers have a special property. Take the number 6. Its factors (other than itself) are 1, 2, and 3. Now add them: 1 + 2 + 3 = 6. The sum of its factors gives back the number itself! Such numbers are called perfect numbers.
Perfect numbers are rare and special. The ancient Greeks considered them magical. The first four perfect numbers are 6, 28, 496, and 8128. After that, they become extremely large.
In this chapter, we will learn what perfect numbers are, how to check if a number is perfect, and discover some interesting facts about them.
What is Perfect Numbers - Grade 6 Maths (Playing with Numbers)?
Definition: A number is called a perfect number if the sum of all its factors (excluding the number itself) is equal to the number.
In other words, a perfect number equals the sum of its proper divisors (all factors except the number itself).
Examples:
- 6 is a perfect number: Factors of 6 (excluding 6) = 1, 2, 3. Sum = 1 + 2 + 3 = 6.
- 28 is a perfect number: Factors of 28 (excluding 28) = 1, 2, 4, 7, 14. Sum = 1 + 2 + 4 + 7 + 14 = 28.
- 12 is NOT a perfect number: Factors (excluding 12) = 1, 2, 3, 4, 6. Sum = 1 + 2 + 3 + 4 + 6 = 16. Since 16 ≠ 12, it is not perfect.
Related terms:
- If the sum of proper factors is less than the number → the number is called deficient. Example: 8 (1+2+4 = 7 < 8).
- If the sum of proper factors is more than the number → the number is called abundant. Example: 12 (1+2+3+4+6 = 16 > 12).
Perfect Numbers Formula
How to check if a number is perfect:
Sum of all factors (excluding the number) = The number itself
Steps:
- Find all factors of the given number.
- Remove the number itself from the list.
- Add up the remaining factors.
- If the sum equals the original number, it is perfect.
Known perfect numbers:
- 1st perfect number: 6
- 2nd perfect number: 28
- 3rd perfect number: 496
- 4th perfect number: 8128
After this, perfect numbers become very large (the 5th has 8 digits).
Derivation and Proof
Let us verify that 28 is a perfect number step by step:
- Find all factors of 28.
- 28 ÷ 1 = 28 → factors: 1, 28
- 28 ÷ 2 = 14 → factors: 2, 14
- 28 ÷ 4 = 7 → factors: 4, 7
- Next: 5 — 28 ÷ 5 leaves a remainder. Not a factor.
- 6 — 28 ÷ 6 leaves a remainder. Not a factor.
- 7 — already found. We can stop (since 6 × 6 = 36 > 28).
All factors of 28: 1, 2, 4, 7, 14, 28.
Factors excluding 28: 1, 2, 4, 7, 14.
Sum = 1 + 2 + 4 + 7 + 14 = 28.
Sum = Number. So 28 is a perfect number.
Let us check 10:
- Factors of 10: 1, 2, 5, 10.
- Factors excluding 10: 1, 2, 5.
- Sum = 1 + 2 + 5 = 8.
- 8 ≠ 10.
So 10 is not a perfect number. It is a deficient number (8 < 10).
Types and Properties
Classification of numbers by factor sums:
- Perfect numbers — Sum of proper factors = the number. Examples: 6, 28, 496.
- Deficient numbers — Sum of proper factors < the number. Examples: 1, 2, 3, 4, 5, 7, 8, 9, 10, 11. Most numbers are deficient.
- Abundant numbers — Sum of proper factors > the number. Examples: 12, 18, 20, 24, 30.
Interesting facts about perfect numbers:
- All known perfect numbers are even. No odd perfect number has ever been found.
- Every even perfect number ends in either 6 or 8 (alternating).
- 6, 28, 496, 8128 — endings: 6, 8, 6, 8.
- Perfect numbers are connected to prime numbers (specifically Mersenne primes).
Solved Examples
Example 1: Example 1: Verify that 6 is a Perfect Number
Problem: Show that 6 is a perfect number.
Solution:
Factors of 6: 1, 2, 3, 6.
Proper factors (excluding 6): 1, 2, 3.
Sum: 1 + 2 + 3 = 6.
Sum = Number.
Answer: 6 is a perfect number.
Example 2: Example 2: Verify that 28 is a Perfect Number
Problem: Show that 28 is a perfect number.
Solution:
Factors of 28: 1, 2, 4, 7, 14, 28.
Proper factors: 1, 2, 4, 7, 14.
Sum: 1 + 2 + 4 + 7 + 14 = 28.
Answer: 28 is a perfect number.
Example 3: Example 3: Is 15 a Perfect Number?
Problem: Check if 15 is a perfect number.
Solution:
Factors of 15: 1, 3, 5, 15.
Proper factors: 1, 3, 5.
Sum: 1 + 3 + 5 = 9.
9 ≠ 15.
Answer: 15 is not a perfect number. It is deficient (9 < 15).
Example 4: Example 4: Is 12 a Perfect Number?
Problem: Check if 12 is a perfect number.
Solution:
Factors of 12: 1, 2, 3, 4, 6, 12.
Proper factors: 1, 2, 3, 4, 6.
Sum: 1 + 2 + 3 + 4 + 6 = 16.
16 ≠ 12.
Answer: 12 is not a perfect number. It is abundant (16 > 12).
Example 5: Example 5: Is 496 a Perfect Number?
Problem: Verify that 496 is a perfect number.
Solution:
Proper factors of 496: 1, 2, 4, 8, 16, 31, 62, 124, 248.
Sum: 1 + 2 + 4 + 8 + 16 + 31 + 62 + 124 + 248
- 1 + 2 = 3
- 3 + 4 = 7
- 7 + 8 = 15
- 15 + 16 = 31
- 31 + 31 = 62
- 62 + 62 = 124
- 124 + 124 = 248
- 248 + 248 = 496
Answer: 496 is a perfect number.
Example 6: Example 6: Classify 8 — Perfect, Deficient, or Abundant?
Problem: Classify the number 8.
Solution:
Factors of 8: 1, 2, 4, 8.
Proper factors: 1, 2, 4.
Sum: 1 + 2 + 4 = 7.
7 < 8.
Answer: 8 is a deficient number.
Example 7: Example 7: Classify 18
Problem: Classify the number 18.
Solution:
Factors of 18: 1, 2, 3, 6, 9, 18.
Proper factors: 1, 2, 3, 6, 9.
Sum: 1 + 2 + 3 + 6 + 9 = 21.
21 > 18.
Answer: 18 is an abundant number.
Example 8: Example 8: Smallest Perfect Number
Problem: Is there any perfect number less than 6?
Solution:
- 1: proper factors = none. Sum = 0. Not perfect.
- 2: proper factors = 1. Sum = 1. Not perfect.
- 3: proper factors = 1. Sum = 1. Not perfect.
- 4: proper factors = 1, 2. Sum = 3. Not perfect.
- 5: proper factors = 1. Sum = 1. Not perfect.
Answer: No. 6 is the smallest perfect number.
Example 9: Example 9: Checking Numbers Between 1 and 10
Problem: Which numbers between 1 and 10 are perfect?
Solution:
- 1: sum = 0. Deficient.
- 2: sum = 1. Deficient.
- 3: sum = 1. Deficient.
- 4: sum = 1+2 = 3. Deficient.
- 5: sum = 1. Deficient.
- 6: sum = 1+2+3 = 6. Perfect!
- 7: sum = 1. Deficient.
- 8: sum = 1+2+4 = 7. Deficient.
- 9: sum = 1+3 = 4. Deficient.
- 10: sum = 1+2+5 = 8. Deficient.
Answer: Only 6 is a perfect number between 1 and 10.
Example 10: Example 10: Next Perfect Number After 6
Problem: What is the next perfect number after 6?
Solution:
- We need to check numbers from 7 onwards.
- 7 to 27: All are either deficient or abundant (checking each would take time).
- 28: Proper factors = 1, 2, 4, 7, 14. Sum = 1 + 2 + 4 + 7 + 14 = 28.
Answer: The next perfect number after 6 is 28.
Real-World Applications
Perfect numbers in real life and maths:
- Number theory — Perfect numbers are studied in the branch of maths called number theory. They are connected to Mersenne primes (primes of the form 2ⁿ − 1).
- History — The ancient Greeks (especially Euclid and Pythagoras) studied perfect numbers. They believed 6 was perfect because God created the world in 6 days.
- Computer science — Searching for large perfect numbers is a way to test powerful computers. The largest known perfect numbers have millions of digits.
- Coding and puzzles — Perfect numbers appear in programming contests and mathematical puzzles.
- Understanding factors — Working with perfect numbers helps build skill in finding factors and adding them, which is useful for HCF, LCM, and other topics.
Key Points to Remember
- A perfect number equals the sum of all its factors except itself.
- The first four perfect numbers are 6, 28, 496, and 8128.
- 6 is the smallest perfect number.
- If the sum of proper factors is less than the number → deficient.
- If the sum of proper factors is more than the number → abundant.
- All known perfect numbers are even.
- All even perfect numbers end in 6 or 8.
- Most numbers are deficient. Perfect numbers are very rare.
- Perfect numbers are linked to Mersenne primes.
- No odd perfect number has ever been found (it is an unsolved problem in maths).
Practice Problems
- Verify that 6 is a perfect number by listing its proper factors and adding them.
- Is 20 a perfect number? Show your working.
- Classify these numbers as perfect, deficient, or abundant: 14, 24, 28.
- Find all proper factors of 496 and verify that it is a perfect number.
- List all deficient numbers between 1 and 10.
- Is there a perfect number between 7 and 27? Justify your answer.
- Find the sum of proper factors of 36. Is 36 deficient, perfect, or abundant?
- What is the smallest abundant number? (Hint: check 12.)
Frequently Asked Questions
Q1. What is a perfect number?
A perfect number is a whole number that equals the sum of all its factors except itself. For example, 6 = 1 + 2 + 3 and 28 = 1 + 2 + 4 + 7 + 14.
Q2. How many perfect numbers are there?
Mathematicians have found 51 perfect numbers so far. The first few are 6, 28, 496, and 8128. After the fourth one, they become extremely large. It is not known if there are infinitely many perfect numbers.
Q3. Is 1 a perfect number?
No. The number 1 has no proper factors (no factors other than itself). The sum of its proper factors is 0, which is not equal to 1. So 1 is not a perfect number.
Q4. Are all perfect numbers even?
All known perfect numbers are even. No one has ever found an odd perfect number. Whether odd perfect numbers exist is one of the oldest unsolved problems in mathematics.
Q5. What is a deficient number?
A deficient number is one where the sum of its proper factors is less than the number. For example, 8: factors = 1, 2, 4; sum = 7 < 8. Most numbers are deficient.
Q6. What is an abundant number?
An abundant number is one where the sum of its proper factors is more than the number. For example, 12: factors = 1, 2, 3, 4, 6; sum = 16 > 12. The smallest abundant number is 12.
Q7. Why are perfect numbers special?
They are special because they are extremely rare — among the first 10,000 numbers, only 4 are perfect (6, 28, 496, 8128). They have fascinated mathematicians for over 2,000 years and are connected to prime numbers.
Q8. How are perfect numbers related to prime numbers?
Euclid showed that if 2ⁿ − 1 is a prime number (called a Mersenne prime), then 2ⁿ⁻¹ × (2ⁿ − 1) is a perfect number. For example, 2³ − 1 = 7 is prime, so 2² × 7 = 28 is a perfect number.










