Given any positive integer , Paul adds together all the distinct factors of , other than itself. What is the smallest number apart from 2 that can never be Paul's answer?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
If the sum were 5, then the factors would have to be 1 and 4. However if 4 is a factor of n , then 2 is also a factor which produces a contradiction. Since 4 is the smallest number that is not prime (and not 1), it is the smallest number that produces this contradiction.