You can find the numer of different factors for a number using the following procedure:
1. prime factorize the number
2. add 1 to the powers of the prime numbers.
3. multiple the added powers to get the number of different powers.
For example: find the number of different factors for 144.
1. prime factorize: 144=9x16 = (3^2)*(2^4)
2. add 1 to the powers of the prime numbers: (2+1) and (4+1)
3. multiple the added powers: (2+1)*(4+1) = 3x5 = 15 different factors for 144.
Using the same principle:
The number of different factors for 2^51 = 52.
The number of different factors for (2^y)*(3^3) = (y+1)(3+1)
and since (y+1)(3+1) = 52, then:
4(y+1) = 52
y+1 = 13
y = 12.
Choose B.
-BM-