Last visit was: 27 Apr 2026, 01:11 It is currently 27 Apr 2026, 01:11
Close
GMAT Club Daily Prep
Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.

Customized
for You

we will pick new questions that match your level based on your Timer History

Track
Your Progress

every week, we’ll send you an estimated GMAT score based on your performance

Practice
Pays

we will pick new questions that match your level based on your Timer History
Not interested in getting valuable practice questions and articles delivered to your email? No problem, unsubscribe here.
Close
Request Expert Reply
Confirm Cancel
User avatar
KarishmaParmar
Joined: 15 Feb 2016
Last visit: 21 Jan 2017
Posts: 51
Own Kudos:
37
 [1]
Given Kudos: 28
GMAT 1: 710 Q48 V40
Products:
GMAT 1: 710 Q48 V40
Posts: 51
Kudos: 37
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
avatar
Viktoriaa
Joined: 02 Feb 2016
Last visit: 03 Jun 2016
Posts: 13
Own Kudos:
Given Kudos: 48
Posts: 13
Kudos: 5
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
chetan2u
User avatar
GMAT Expert
Joined: 02 Aug 2009
Last visit: 26 Apr 2026
Posts: 11,229
Own Kudos:
45,026
 [1]
Given Kudos: 335
Status:Math and DI Expert
Location: India
Concentration: Human Resources, General Management
GMAT Focus 1: 735 Q90 V89 DI81
Products:
Expert
Expert reply
GMAT Focus 1: 735 Q90 V89 DI81
Posts: 11,229
Kudos: 45,026
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
stonecold
Joined: 12 Aug 2015
Last visit: 09 Apr 2024
Posts: 2,231
Own Kudos:
Given Kudos: 893
GRE 1: Q169 V154
GRE 1: Q169 V154
Posts: 2,231
Kudos: 3,644
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
Need Some Input..
I solved the Question using this approach=>
there are 100 terms in the series.
First term =2^100 => 2*[7+1]^33 => using the Binomial expansion => 2* [7K +1] = 7p+2
2nd term => 2^200 => 4*[7+1]^66 => 7p+4
3rd term => 2^300 => 7p+1
and the next terms are all following the same pattern ..
hence the series can be written as => 7p+2 + 7t+4 + 7s+1 +....
now i noticed that there are 100 terms => sum of the first 99 terms => 7c for some c
hence the last term = 7r+2 => sum of all the terms => 7z+2 hence 2 is the remainder..
I look forward to a method other than this too..

also is this approach right ?
thanks and regards
User avatar
vitaliyGMAT
Joined: 13 Oct 2016
Last visit: 26 Jul 2017
Posts: 297
Own Kudos:
895
 [1]
Given Kudos: 40
GPA: 3.98
Posts: 297
Kudos: 895
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
mindmind
Find the remainder when the sum of \(2^{100} + 2^ {200} + 2^ {300}+........+ 2^ {10000}\) is divided by 7

A. 0
B. 2
C. 1
D. 6
E. 5

Cyclicity is a good approach but modular arithmetic will help us to solve this question a little bit faster.

We have:

\(\frac{2^{100} + 2^{200} + 2^{300} + 2^{400} + … + 2^{10000}}{7}\)

\(2^3 = 1 (mod _7)\)

\(2^{100} = 2^{99}*2 = (2^3)^{33}*2 = 1^{33}*2 = 2\)

\(2^{100} + 2^{200} + 2^{300} + 2^{400} + … + 2^{10000} = (2^{100})^1 + (2^{100})^2 + (2^{100})^3 + … + (2^{100})^{100}\)

In mod 7 this is the same as:

\(\frac{2 + 2^2 + 2^3 + 2^4 + 2^5 + … + 2^{100}}{7}\) where the nominator is the sum of geometric progression.

\(\frac{2*(2^{100}-1)}{(2-1)*7} = \frac{2*(2^{100}-1)}{7}\)

But we already know that \(2^{100} = 2 (mod_7)\)

And our expression boils down to:

\(\frac{2*(2-1)}{7} = \frac{2}{7}\)

Our remainder is \(2\).

Answer B.
User avatar
JS1290
Joined: 27 Dec 2016
Last visit: 04 Nov 2019
Posts: 222
Own Kudos:
Given Kudos: 1,101
Posts: 222
Kudos: 268
Kudos
Add Kudos
Bookmarks
Bookmark this Post
chetan2u Bunuel niks18 VeritasPrepKarishma

Hi,
I was wondering if one of you experts could please check my work? I was able to get to the right answer in under 2 mins but I am not entirely positive if my way is correct. I simply took the first term and last term and added them together to get the final equation as:

(2^100+2^10000)/7 - (2^100(1*2^9900))/7 - 2^100/7= Remainder of 2 & 2^9900/7= Remainder of 1. I then multiplied the remainders together (2*1)/7 to finally get a remainder of 2.

Please let me know if my way was correct? Would greatly appreciate it!
User avatar
niks18
User avatar
Retired Moderator
Joined: 25 Feb 2013
Last visit: 30 Jun 2021
Posts: 862
Own Kudos:
Given Kudos: 54
Location: India
GPA: 3.82
Products:
Posts: 862
Kudos: 1,806
Kudos
Add Kudos
Bookmarks
Bookmark this Post
csaluja
chetan2u Bunuel niks18 VeritasPrepKarishma

Hi,
I was wondering if one of you experts could please check my work? I was able to get to the right answer in under 2 mins but I am not entirely positive if my way is correct. I simply took the first term and last term and added them together to get the final equation as:

(2^100+2^10000)/7 - (2^100(1*2^9900))/7 - 2^100/7= Remainder of 2 & 2^9900/7= Remainder of 1. I then multiplied the remainders together (2*1)/7 to finally get a remainder of 2.

Please let me know if my way was correct? Would greatly appreciate it!

Hi csaluja,

At first I could not understand your logic for adding the two extremes. Also the highlighted portion is incorrect. if you take 2^100 out then the expression will be 2^100(1+something)

Note that this is a GP(geometric series) and formula to find sum of GP series \(=\frac{a_1(r^n-1)}{(r-1)}\), where \(a_1=\)first term, \(r=\) common ration\(=\frac{a_2}{a_1}\) and \(n=\)number of terms

Also note that \(\frac{2^{100}}{7}=\frac{(2^3)^{33}*2}{7}=\frac{8^{33}*2}{7}\), Now 8 leaves a remainder of 1 when divided by 7 and 2 leaves a remainder of 2

\(=>remainder = 1^{33}*2=2\)

Similarly \(2^{200}=(2^{100})^2\), remainder for this term will be \((2)^2\)

So we will have new G.P series of REMAINDERS

\(2 + 2^2 + 2^3 +......+ 2^{100}\)

Sum of the remainders: \(S_n = \frac{a(r^n - 1)}{r-1}\), where \(a=2; r=2, n=100\)

\(S_{100}=\frac{2(2^{100} - 1)}{(2-1)} =>2(2^{100} - 1)=2^{101}-2\)

Hence \(Remainder = \frac{(2^{101}-2)}{7}=\frac{[(2^3)^{33}*2^2]}{7}-\frac{2}{7}\)

or, \(remainder= \frac{8^{33}*4}{7}-\frac{2}{7} =1^{33}*4-2=4-2=2\)
User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 38,991
Own Kudos:
Posts: 38,991
Kudos: 1,118
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Automated notice from GMAT Club BumpBot:

A member just gave Kudos to this thread, showing it’s still useful. I’ve bumped it to the top so more people can benefit. Feel free to add your own questions or solutions.

This post was generated automatically.
   1   2 
Moderators:
Math Expert
109921 posts
Tuck School Moderator
852 posts