Let N be the smallest positive integer such that
2 N is a perfect square;
3 N is a perfect cube;
5 N is a perfect fifth power, that is, there is another integer a with a 5 = 5 N .
Find the number of positive divisors (including 1 and itself) of N .
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.
Since 2 N , 3 3 N , and 5 5 N are positive integers. N must be of the form 2 a × 3 b × 5 c and we need to find the smallest a , b , and c . Then
⎩ ⎪ ⎨ ⎪ ⎧ a + 1 ≡ 0 (mod 2) a ≡ 0 (mod 3) a ≡ 0 (mod 5) ⟹ a ≡ 1 5 m ≡ m ≡ − 1 ( mod 2) ⟹ m = 1 ⟹ a = 1 5
⎩ ⎪ ⎨ ⎪ ⎧ b ≡ 0 (mod 2) b + 1 ≡ 0 (mod 3) b ≡ 0 (mod 5) ⟹ b ≡ 1 0 n ≡ n ≡ − 1 ( mod 3) ⟹ n = 2 ⟹ b = 2 0
⎩ ⎪ ⎨ ⎪ ⎧ c ≡ 0 (mod 2) c ≡ 0 (mod 3) c + 1 ≡ 0 (mod 5) ⟹ c ≡ 6 p ≡ p ≡ − 1 ( mod 3) ⟹ p = 4 ⟹ c = 2 4
Therefore, N = 2 1 5 × 3 2 0 × 5 2 4 and the number of divisors is ( 1 5 + 1 ) ( 2 0 + 1 ) ( 2 4 + 1 ) = 8 4 0 0 .
Problem Loading...
Note Loading...
Set Loading...
First, we must work out what N is.
For N to be as small as possible, its only prime factors have to be 2 , 3 , and 5 .
Let N = 2 a 3 b 5 c , where a , b , and c are non-negative integers.
We want to make a , b , and c individually as small as possible.
For all conditions to be met:
l c m ( 3 , 5 ) ∣ a , and a ≡ − 1 ≡ 1 ( m o d 2 ) .
l c m ( 2 , 5 ) ∣ b , and b ≡ − 1 ≡ 2 ( m o d 3 ) .
l c m ( 2 , 3 ) ∣ c , and c ≡ − 1 ≡ 4 ( m o d 5 ) .
l c m ( 3 , 5 ) = 1 5 , l c m ( 2 , 5 ) = 1 0 , and l c m ( 2 , 3 ) = 6 .
The smallest non-negative integers fulfilling these requirements are
a = 1 5 .
b = 2 0 .
c = 2 4 .
Therefore N = 2 1 5 3 2 0 5 2 4 , and N has ( 1 5 + 1 ) ( 2 0 + 1 ) ( 2 4 + 1 ) = 1 6 ∗ 2 1 ∗ 2 5 = 8 4 0 0 positive divisors (including 1 and itself).