Hello, Sally!
Where did this problem come from?
It requires some knowledge of "number theory".
The cube of a positive integer has 5 times as many divisors as the interger does itself.
How many divisors does the square of the original number have?
I started out with listing a bunch of intergers from 1- 30 and listing their divisors but it wouldnt work.
But it should have worked! . . .
N=24 is the first number to be found.
The divisors of 24 are: 1, 2, 3, 4, 6, 8, 12, 24 . . .
8 divisors.
The divisors of
243=13,824 are: 1, 2, 3, 4, 6, 8, 9, 12, 16, 18, 24, 27, 32, 36, 48,
54, 64, 72, 96, 108, 128, 144, 192, 216, 256, 288, 384, 432, 512, 576. 768. 864,
1152, 1536, 1728, 2304, 3456, 4608, 6912, 13824 . . .
40 divisor.
Then the divisors of
242=576 are: 1, 2, 3, 4, 6, 8, 9, 12, 16, 28, 24, 32, 36,
48, 64, 72, 96, 144, 192, 288, 576 . . .
21 divisors.
Now, I'll show how I found it . . . certainly
not by plug-and-chug.
Here is some of the necessary Number Theory:
If the prime factorization of a whole number is: \(\displaystyle \,N\:=\

^a\cdot q^b\cdot r^c\,\cdots\)
where
p,q,r,⋯ are primes and
a,b,c,⋯ are positive integers,
then the number of divisors of
N is:\(\displaystyle \,d(N)\:=\

a+1)(b+1)(c+1)\.\cdots\)
(A rather neat formula . . Add one to each exponent and multiply them together.)
I tried it with
N consisting of one prime factor, but there no solutions.
I conjectured that:
N=pa⋅qb . . . with
two prime factors.
Then:
d(N)=(a+1)(b+1)
Then \(\displaystyle \,N^3\:=\

^{3a}\cdot q^{3b}\) . . . and: \(\displaystyle \,d(N^3)\:=\

3a\,+\,1)(3b\,+\,1)\)
Since this second quantity is to be five times the first, we have:
(3a+1)(3b+1)=5(a+1)(b+1)
Solve for
b, and we get:
b=2a−1a+2
The only integer solutions are: \(\displaystyle \,(a,b)\:=\

1,3),\;(3,1)\) ... which turn out to be "equivalent".
Hence,
N is of the form:
p1⋅q3 . . . which has:
(1+1)(3+1)=8 divisors.
Then \(\displaystyle N^3\:=\

^3\cdot q^9\) . . . which has:
(3+1)(9+1)=40 divisors . . .
check!
Therefore: \(\displaystyle N^2\:=\

^2\cdot q^6\) will have:
(2+1)(6+1)=21 divisors . . . .
ta-DAA!
.