If N = pk (where p is a prime number and k is a counting number), how many factors does N have?
Factors of N: {1, p, p2, ...., pk-1, pk }
=> There are k + 1 factors.