Last visit was: 25 Apr 2024, 21:28 It is currently 25 Apr 2024, 21:28

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
SORT BY:
Date
Tags:
Show Tags
Hide Tags
User avatar
Manager
Manager
Joined: 15 Feb 2016
Posts: 52
Own Kudos [?]: 35 [1]
Given Kudos: 28
GMAT 1: 710 Q48 V40
Send PM
avatar
Intern
Intern
Joined: 02 Feb 2016
Posts: 13
Own Kudos [?]: 5 [0]
Given Kudos: 48
Send PM
RC & DI Moderator
Joined: 02 Aug 2009
Status:Math and DI Expert
Posts: 11178
Own Kudos [?]: 31934 [1]
Given Kudos: 290
Send PM
Alum
Joined: 12 Aug 2015
Posts: 2282
Own Kudos [?]: 3130 [0]
Given Kudos: 893
GRE 1: Q169 V154
Send PM
Re: Find the remainder when the sum of 2^100 + 2^200 + 2^300+ [#permalink]
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
Senior Manager
Senior Manager
Joined: 13 Oct 2016
Posts: 300
Own Kudos [?]: 768 [1]
Given Kudos: 40
GPA: 3.98
Send PM
Re: Find the remainder when the sum of 2^100 + 2^200 + 2^300+ [#permalink]
1
Kudos
mindmind wrote:
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.
Manager
Manager
Joined: 27 Dec 2016
Posts: 241
Own Kudos [?]: 238 [0]
Given Kudos: 1103
Send PM
Re: Find the remainder when the sum of 2^100 + 2^200 + 2^300+ [#permalink]
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!
Retired Moderator
Joined: 25 Feb 2013
Posts: 895
Own Kudos [?]: 1527 [0]
Given Kudos: 54
Location: India
GPA: 3.82
Send PM
Find the remainder when the sum of 2^100 + 2^200 + 2^300+ [#permalink]
csaluja wrote:
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
Non-Human User
Joined: 09 Sep 2013
Posts: 32681
Own Kudos [?]: 822 [0]
Given Kudos: 0
Send PM
Re: Find the remainder when the sum of 2^100 + 2^200 + 2^300+ [#permalink]
Hello from the GMAT Club BumpBot!

Thanks to another GMAT Club member, I have just discovered this valuable topic, yet it had no discussion for over a year. I am now bumping it up - doing my job. I think you may find it valuable (esp those replies with Kudos).

Want to see all other topics I dig out? Follow me (click follow button on profile). You will receive a summary of all topics I bump in your profile area as well as via email.
GMAT Club Bot
Re: Find the remainder when the sum of 2^100 + 2^200 + 2^300+ [#permalink]
   1   2 
Moderators:
Math Expert
92915 posts
Senior Moderator - Masters Forum
3137 posts

Powered by phpBB © phpBB Group | Emoji artwork provided by EmojiOne