1 + 2 + 2^2 + 2^3 + ......... + 2^40 = N
[#permalink]
02 Sep 2021, 18:59
Definitely a tough question. A full understanding of how remainders work is needed.
I agree with BrushMyQuant; I wouldn't expect to find this on the GRE. However, if you do find the answer, you can come away from this knowing you have a very solid grasp of the topic.
Essentially, all you need to understand is that you can add remainders if the dividends are divided by the same divisor.
For example, let's use 24 and 35 as dividends, and 9 as the divisor, and see how the remainders behave:
249 gives a remainder of 6
359 gives a remainder of 8
24+35=59
599 gives a remainder of 5
Now let's add the remainders from before and see what happens:
6+8=14
149 gives a remainder of 5.
So if we find the remainder of each individual term in the sum, sum up these remainders, and then divide that result by the divisor, it would be the same as finding the remainder if we sum the entire sequence and then divide that by the divisor.
So looking at the original question we have:
1+2+22+23+....+240
If we divide this sum by 9, and split up each individual term, we get:
19+29+229+239+....2409
Let's simplify the first few terms to get an idea of what's going on:
19+29+49+89+....2409
The patter, as BrushMyQuant showed above, repeats every 6th term:
19 has remainder 1
29 has remainder 2
49 has remainder 4
89 has remainder 8
169 has remainder 7
329 has remainder 5
649 has remainder 1
.
.
.
The number of terms in our sequence is 41, since we have to count the first term, which is 20 (40-0+1 = 41)
This means that this pattern will repeat 6 times, and then go another 5 terms before ending. (6*6 + 5)
Using the property I detailed before beginning the question, let's sum the first 6 remainders.
1+2+4+8+7+5=27
Since the pattern repeats itself six times, we'll get 27 six times. The sum of the remaining 5 remainders will be:
1+2+4+8+7=22
So we have:
27+27+27+27+27+27+22
Like in the property above, let's divide these by 9 and find their remainders:
279+279+279+279+279+279+229
The remainders will be:
0+0+0+0+0+0+0+4
4
Therefore the answer is C
___________
In short, the property detailed above should be understood, as it might appear on the GRE, but a question like this will not be.