2 0 + 2 1 + 2 2 + ⋯ + 2 2 0 1 5
Is this sum divisible by 15?
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.
Great solution!
Another way of framing your idea is to say that 2 0 + 2 1 + 2 2 + 2 3 = 1 5 , so each group of 4 terms will be a multiple of 15, so the entire sum is divisible by 15.
For example, 2 4 0 + 2 4 1 + 2 4 2 + 2 4 3 = 2 4 0 ⋅ ( 2 0 + 2 1 + 2 2 + 2 3 ) = 2 4 0 ⋅ 1 5 .
Log in to reply
Eli, I might add that every 4th term is in the form 2^(4x-1), such as 2^3, where x is a positive integer. Then, checking to see that 2015 is in the form 4x - 1, we get x=504. Thus, the sum to 2^2015 is divisible by 15.
How is 1+2+4+......+2^{2015} = 2^{2016}-1 ?? And I didn't understand the next step too..!! Please Help.
Log in to reply
I will write a less complex proof for the first equation. Let x = 1 + 2 + 4 + ⋯ + 2 2 0 1 5 , multiply by 2 gives 2 x = 2 + 4 + 8 + ⋯ + 2 2 0 1 6 . If you subtract x from 2 x on the left-handed side, you will notice that almost every terms on the right-handed side can be removed, except 1 and 2 2 0 1 6 Hence, x = 2 2 0 1 6 − 1
The subsequent step is a result of the equation ( 1 − m ) ( 1 + m + m 2 + ⋯ + m n − 1 ) = 1 − m n for m = 1 . The proof is just distribute LHS which gives ( 1 + m + m 2 + ⋯ + m n − 1 ) − ( m + m 2 + m 3 + ⋯ + m n ) The rest is equal to RHS. Here, just substitute m with 2 4 and n with 504, thus concluding the solution
Log in to reply
Yeah, Now I understood clearly.....Thank You..!!
1+ 2+ 4+...+ 2^2015= Geometric Sum, that 1st term= 1 and r= 2.
Great solution, Kay!
1 + 2 + 4 + ⋯ + 2 2 0 1 5 = 2 2 0 1 6 − 1
2 2 0 1 6 ≡ ( 2 4 ) 5 0 4 ≡ 1 5 0 4 ≡ 1 ( m o d 1 5 )
Then 2 2 0 1 6 − 1 ≡ 0 ( m o d 1 5 )
Finally 1 5 ∣ ( 1 + 2 + 4 + ⋯ + 2 2 0 1 5 )
1+2+....+2^2015=2^2016-1
Last digit of 2^2016=6(as 2 has cyclicity of 4(2,4,8,6))
so 2^2016-1 ends with 5 as last digit...so it's divisible by 5
next to check divisible by 3 we'll find remainder of 2^2016-1. 2%3=-1 so (2^2016)%3=(-1)^2016=1 and -1%3=-1 so (2^2016-1)%3=1-1=0...it's divisible by 3
number is divisible by both 5 and 3...so it's divisible by 15
Brilliant. The use of remainder theorem is great idea.
The sum of the series in binary is a string of two thousand and sixteen 1's. Fifteen in binary is 1111. Obviously 1111 will divide the sum since four divides 2016 (the quotient in binary will be 504 repetitions of "0001").
Very nice! I like your solution.
k = 0 ∑ n − 1 2 k = 2 n − 1
And 2 n − 1 is divisible by 2 m − 1 if m | n . . . m & n being positive integers.
Which works for m=4 here, where n= 2016 = 504m.
So the given sum, which = 2 2 0 1 6 − 1 , is divisible by 2 4 − 1 = 15.
Put another way,
2 2 0 1 6 − 1 = ( 2 4 ) 5 0 4 − 1 = 1 6 5 0 4 − 1
and that is divisible by 16 - 1 = 15.
1 + 2 + 4 + . . . + 2 2 0 0 1 5 = 2 2 0 1 6 − 1 Applying Euler's theorem or Fermat's little theorem we get: { 2 4 ≡ 1 m o d ( 5 ) ⇒ 5 ∣ 2 2 0 1 6 − 1 2 2 ≡ 1 m o d ( 3 ) ⇒ 3 ∣ 2 2 0 1 6 − 1 . Now, g cd ( 3 , 5 ) = 1 ⇒ 1 5 ∣ 2 2 0 1 6 − 1
$2^0 + 2^1 + 2^2 + ... + 2^{2015} = 2^{2016} - 1$.
But $2^4 \equiv 1 \mod (15) \rightarrow (2^4)^{504} = 2^{2016} \equiv 1 \mod (15)$. i.e. $2^{2016} - 1$ is divisible by 15.
Problem Loading...
Note Loading...
Set Loading...
1 + 2 + 4 + ⋯ + 2 2 0 1 5 = 2 2 0 1 6 − 1 . As 1 5 = 2 4 − 1 , set y = 2 4 . We will get that y − 1 2 2 0 1 6 − 1 = y − 1 y 5 0 4 − 1 = 1 + y + y 2 + ⋯ + y 5 0 3 Hence, 1 5 ∣ 1 + 2 + 4 + ⋯ + 2 2 0 1 5 , with no remainders.