Which is the first perfect number?
D
Correct answer
Explanation
A perfect number is a positive integer equal to the sum of its proper divisors. 6 = 1 + 2 + 3 (its proper divisors), making it the first perfect number. The next perfect number is 28 (1+2+4+7+14=28). 4's divisors sum to 1+2=3, not 4. 1 has no proper divisors (only itself, which doesn't count).