How to Identify Perfect Numbers
Description
A detailed tutorial on how to identify perfect numbers. Step by step tutorial including several examples of perfect numbers for reference.
Overview
A perfect number is a number that is the sum of all it’s divisors (excluding the number itself, which is also a proper divisor). The way that you identify a perfect number is to find all of its divisors. Once you have them all, add them together. If they equal the number, then it is a perfect number. If they don’t, then it is not a perfect number.
