Does there exist positive integers n such that
5 n ∣ 9 n − 1 ?
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.
9 n − 1 = ( 1 0 − 1 ) n − 1
if n = 5 k m where m ∈ Z + and m is not a multiple of 5
Case(1) : If m = 2 l + 1 then
9 n − 1 = ( 1 0 − 1 ) 5 k ( 2 l + 1 ) − 1 = 1 0 p − 1 − 1 = 1 0 p − 2 = 2 ( 5 p − 1 )
It has not a single factor of 5 .So, no such integer exists.
Case(2) : If m = 2 l then
9 n − 1 = ( 1 0 − 1 ) 5 k 2 l − 1 = 1 0 5 k 2 l − ( 1 5 k 2 l ) 1 0 ( 5 k 2 l − 1 ) + ⋯ + ( ( 5 k 2 l − 1 ) 5 k 2 l ) 1 0 + 1 − 1 = 1 0 5 k 2 l − ( 1 5 k 2 l ) 1 0 ( 5 k 2 l − 1 ) + ⋯ + ( 5 k 2 l ∗ 1 0 )
It can have maximum of 5 k + 1 as a factor But the dividend is 5 5 k m .So, obviously 5 k m > ( k + 1 ) .
So ,there is no n
Well, you showed that there is a factor of 5 in 9 2 n − 1 . What can't there be another factor of 5? As an explicit example, 2 5 ∣ 9 1 0 − 1 .
The case of n = 2 k + 1 works, with 5 ∣ 9 n − 1 .
Log in to reply
updated my solution. plz check it
Log in to reply
I think your binomial equation is wrong. The first line should start off as
1 0 5 k 2 l − ( 1 5 k 2 l ) 1 0 ( 5 k 2 l − 1 ) + …
The power in the second terms should be 5 k 2 l − 1 instead of 5 k ( 2 l − 1 ) .
Log in to reply
@Calvin Lin – I have corrected .Is my solution now correct???
Log in to reply
@Kushal Bose – It is not immediately apparent that the largest factor is 5 k + 1 . For example, 1 1 0 + 2 0 + 1 7 0 is a multiple of 100, even though the largest factor of 10 that divides any individual term is 10.
You will need to show that it is of the form 5 k + 1 M where M is not a multiple of 5.
Problem Loading...
Note Loading...
Set Loading...
Observe that 9 n − 1 = ( 3 n − 1 ) ( 3 n + 1 ) .
We have g cd ( 3 n − 1 , 3 n + 1 ) = g cd ( 2 , 3 n − 1 ) = 2 .
Hence, at most one of these terms is divisible by 5.
Then, if 5 n ∣ 9 n − 1 , we must either have 5 n ∣ 3 n − 1 or 5 n ∣ 3 n + 1 .
However, since 5 n > 3 n + 1 > 3 n − 1 > 9 , hence this is not possible. Thus, there are no solutions.
This question can be generalized to deal with p n ∣ a 2 n − 1 .