The answer for the question is the 2nd option.
To find the sum of divisors of a number first we have to do prime factorization and then we have to write it in powers of primes then use the formula
((P1^(n+1)-1)/P1-1)((P2^(n+1)-1)/P2-1)......................
You will understand it better with an example:
Finding the sum of factors of 720

Now coming to the problem there is no need to factorize it as it is in powers of primes, therefore we will directly apply the formula
((2^(5+1)-1)/2-1)x((3^(4+1)-1)/3-1)x((5^(3+1-1))/5-1)
=63x121x31=3^(2)x7^(1)x11^(2)x31^(1)
Therefore the answer is the 2nd option