LTE problem 1

Find all positive integers n > 1 n>1 such that 2 n 3 n 1. 2^n \mid 3^n-1. Answer as summation of all solutions.


The answer is 6.

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.

1 solution

Kushal Bose
May 30, 2017

Relevant Wiki : Lifting the Exponent

The highest exponent of a prime p p in factorization of n n is v p ( n ) v_p(n)

For prime p = 2 p=2 the highest exponent is v 2 ( x n y n ) = v 2 ( x + y ) + v 2 ( x y ) + v 2 ( n ) 1 = v 2 ( 3 + 1 ) + v 2 ( 3 1 ) + v 2 ( n ) 1 = v 2 ( 4 ) + v 2 ( 2 ) + v 2 ( n ) 1 = 2 + 1 + v 2 ( n ) 1 = v 2 ( n ) + 2 v_2(x^n-y^n)=v_2(x+y) + v_2(x-y) + v_2(n)-1 \\=v_2(3+1) + v_2(3-1) + v_2(n)-1 \\ =v_2(4) + v_2(2) + v_2(n)-1 \\=2+1+v_2(n)-1=v_2(n)+2

The highest exponent of 2 2 in 3 n 1 3^n-1 is v 2 ( n ) + 2 v_2(n)+2

So, if 2 n 3 n 1 2^n|3^n-1 then v 2 ( n ) + 2 n v 2 ( n ) n 2 v_2(n)+2 \geq n \implies v_2(n) \geq n-2

The only solutions are n = 2 , 4 n=2,4

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...