What is the largest number smaller than 100 such that the sum of its divisors is larger than twice the number itself?

198 Views Asked by At

What is the largest number smaller than 100 such that the sum of its divisors is larger than twice the number itself?

After doing some guess and check, I found that $36$ had quite a few factors, and proceeded to use the largest multiple of $6$ less than $100$, using $96$ as my answer.

Is there a more solid proof?