Square Cube 5 5 th Power-II

Let N N be the smallest positive integer such that

  • 2 N 2N is a perfect square;

  • 3 N 3N is a perfect cube;

  • 5 N 5N is a perfect fifth power, that is, there is another integer a a with a 5 = 5 N a^5=5N .

Find the number of positive divisors (including 1 and itself) of N N .


The answer is 8400.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Oliver Papillo
Jan 1, 2017

First, we must work out what N N is.

For N N to be as small as possible, its only prime factors have to be 2 2 , 3 3 , and 5 5 .

Let N = 2 a 3 b 5 c N = 2^a3^b5^c , where a a , b b , and c c are non-negative integers.

We want to make a a , b b , and c c individually as small as possible.

For all conditions to be met:

l c m ( 3 , 5 ) a lcm(3, 5)|a , and a 1 1 ( m o d 2 ) a ≡ -1 ≡ 1 (mod 2) .

l c m ( 2 , 5 ) b lcm(2, 5)|b , and b 1 2 ( m o d 3 ) b ≡ -1 ≡ 2 (mod 3) .

l c m ( 2 , 3 ) c lcm(2, 3)|c , and c 1 4 ( m o d 5 ) c ≡ -1 ≡ 4 (mod 5) .

l c m ( 3 , 5 ) = 15 lcm(3,5) = 15 , l c m ( 2 , 5 ) = 10 lcm(2,5) = 10 , and l c m ( 2 , 3 ) = 6 lcm(2,3) = 6 .

The smallest non-negative integers fulfilling these requirements are

a = 15 a = 15 .

b = 20 b = 20 .

c = 24 c = 24 .

Therefore N = 2 15 3 20 5 24 N = 2^{15} 3^{20} 5^{24} , and N N has ( 15 + 1 ) ( 20 + 1 ) ( 24 + 1 ) = 16 21 25 = 8400 (15+1)(20+1)(24+1) = 16*21*25 = 8400 positive divisors (including 1 1 and itself).

Chew-Seong Cheong
Jan 31, 2020

Since 2 N \sqrt{2N} , 3 N 3 \sqrt[3]{3N} , and 5 N 5 \sqrt[5]{5N} are positive integers. N N must be of the form 2 a × 3 b × 5 c 2^a \times 3^b \times 5^c and we need to find the smallest a a , b b , and c c . Then

{ a + 1 0 (mod 2) a 0 (mod 3) a 0 (mod 5) a 15 m m 1 ( mod 2) m = 1 a = 15 \begin{cases} a+1 \equiv 0 \text{ (mod 2)} \\ a \equiv 0 \text{ (mod 3)} \\ a \equiv 0 \text{ (mod 5)} \end{cases} \implies a \equiv 15m \equiv m \equiv -1 \text{( mod 2)} \implies m = 1 \implies a = 15

{ b 0 (mod 2) b + 1 0 (mod 3) b 0 (mod 5) b 10 n n 1 ( mod 3) n = 2 b = 20 \begin{cases} b \equiv 0 \text{ (mod 2)} \\ b+1 \equiv 0 \text{ (mod 3)} \\ b \equiv 0 \text{ (mod 5)} \end{cases} \implies b \equiv 10n \equiv n \equiv -1 \text{( mod 3)} \implies n = 2 \implies b = 20

{ c 0 (mod 2) c 0 (mod 3) c + 1 0 (mod 5) c 6 p p 1 ( mod 3) p = 4 c = 24 \begin{cases} c \equiv 0 \text{ (mod 2)} \\ c \equiv 0 \text{ (mod 3)} \\ c+1 \equiv 0 \text{ (mod 5)} \end{cases} \implies c \equiv 6p \equiv p \equiv -1 \text{( mod 3)} \implies p = 4 \implies c = 24

Therefore, N = 2 15 × 3 20 × 5 24 N = 2^{15} \times 3^{20} \times 5^{24} and the number of divisors is ( 15 + 1 ) ( 20 + 1 ) ( 24 + 1 ) = 8400 (15+1)(20+1)(24+1) = \boxed{8400} .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...