Find the maximum integral value of n such that 2 n divides 3 2 2 0 1 7 − 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.
I tried to formulate it using binomial expansion first. This is how I did it:
3 2 2 0 1 7 − 1 = = ( 2 + 1 ) 2 2 0 1 7 ( 0 2 2 0 1 7 ) 2 2 2 0 1 7 + ( 1 2 2 0 1 7 ) 2 2 2 0 1 7 − 1 + ( 2 2 2 0 1 7 ) 2 2 2 0 1 7 − 2 + + ⋯ + ( 2 2 0 1 7 − 1 2 2 0 1 7 ) 2 + ( 2 2 0 1 7 2 2 0 1 7 ) − 1
As you can see from this,the maximum exponent of 2 that divides the expression above was 2018 based on my calculations by this method.
But because the answer was wrong, I decided to use the Lifting Exponent Lemma and then I got the correct answer.
I do not see the fluke in my binomial approach. What according to you might be the reason that my original approach was giving me the wrong answer?
Log in to reply
You forgot that 2 2 0 1 8 ∣ ∣ ( 2 2 0 1 7 − 2 2 2 0 1 7 ) 4 .
3^x=(4-1)^x .
So, expanding (4-1)^x =(4^x) - (4^x-1)x+.......+(-1)^x
In this case as x is even so (-1)^x is 1
So, there fore.
(4-1)^x - 1 will be 4^x - x(4^x-1)+....-4x
So, 4x is common in each term so it is divisible by 4x
As x=2^2017,
So 4x =2^2019
So finally we get n= 2019
direct use of lifting the exponent theorem
Problem Loading...
Note Loading...
Set Loading...
We will prove the general case 3 2 x − 1 . We use the Difference of Perfect Squares identity to factorise this expression:
3 2 x − 1 = ( 3 2 x − 1 + 1 ) ( 3 2 x − 1 − 1 ) = ( 3 2 x − 1 + 1 ) ( 3 2 x − 2 + 1 ) ( 3 2 x − 2 − 1 ) = ( 3 2 x − 1 + 1 ) ( 3 2 x − 2 + 1 ) … ( 3 2 + 1 ) ( 3 + 1 ) ( 3 − 1 )
Notice that each bracket to the left of ( 3 + 1 ) are equivalent to 2 ( m o d 4 ) , so 2 divides each of those brackets, but 4 does not. There are x − 1 terms, so at least 2 x − 1 divides 3 2 x − 1 . Also, ( 3 + 1 ) ( 3 − 1 ) = 2 3 , so we must have 2 x + 2 ∣ 3 2 x − 1 . Thus, the maximum value of n is x + 2 .
Substituting x = 2 0 1 7 , we get n = 2 0 1 9 .
Quick, slick solution:
We use the Lifting the Exponent Lemma.
v 2 ( 3 2 x − 1 ) = v 2 ( 3 + 1 ) + v 2 ( 2 x ) = x + 2
Thus, n = 2 0 1 9 .