What a tough question.
N is made up prime factors.
When we multiple all the Factors of N (which are themselves composed of all the different arrangements of prime factors) ———> the Product result = (N)^2
I started from the perfect square and worked backwards.
Using 4, 9, or 25 ———> the only unique factors that make up the perfect square are the Prime Number that is the square root and the Number itself
Thus, for (N)^2 = 25, for example, the unique factors are: 1 , 5, and 25
The corresponding value for N would be 5: factors of 5 are only 1 and 5.
1 * 5 does not equal 25 ——I.e., the Product of the factors of N do not multiply to (N)^2 if N is a Prime Number.
Thus we are looking for a Perfect Square that is NOT a Prime Number Squared
Let’s try to make N with the 2 smallest prime numbers: 2 and 3
If N = (2)(3) = 6
All the unique factors of N are: 1, 2, 3, and 6
1 * 2 * 3 * 6 = 36 = (N)^2
Works!
So we are looking for a Number N whose Prime Factorization is of the form:
N = p * k
Where p and k are 2 different prime factors.
The Divisors of N are all the different arrangements of the Prime Factors
Multiplying these arrangements ——> 1 * (p) * (k) * (pk) = (p)^2 * (k)^2 ———-> which is (N)^2
Now let’s take all the factors of (N)^2 and see what the result is:
Using 36 as an example again:
All the Unique Divisors of any Number will just be all the different arrangements we can make with the Prime Factors that make up the number’s prime factorization.
The prime factors are like “building blocks” and we use them to put together each Unique Divisor.
(2)^0 (3)^0 * (2)^0 (3)^1 * (2)^0 (3)^2
* (2)^1 (3)^0 * (2)^1 (3)^1 * (2)^1 (3)^2
* (2)^2 (3)^0 * (2)^2 (3)^1 * (2)^2 (3)^2
= (2)^9 (3)^9
= (N)^9
(E)
Posted from my mobile device