|
Author |
Message |
|
TAGS:
|
|
|
VP
Joined: 08 Apr 2009
Posts: 1018
Concentration: General Management, Strategy
Schools: Duke (Fuqua) - Class of 2012
Followers: 20
Kudos [?]:
273
[0], given: 18
|
What is the sum of all 3 digit positive integers that can be [#permalink]
29 Apr 2009, 01:06
Question Stats:
70% (01:59) correct
29% (01:00) wrong based on 13 sessions
What is the sum of all 3 digit positive integers that can be formed using the digits 1, 5, and 8, if the digits are allowed to repeat within a number? A. 126 B. 1386 C. 3108 D. 308 E. 13986
_________________
Diversity
|
|
|
|
|
|
|
Intern
Joined: 26 Apr 2009
Posts: 6
Followers: 0
Kudos [?]:
6
[3] , given: 0
|
Re: sum of 3 digit #s [#permalink]
29 Apr 2009, 06:24
3
This post received KUDOS
E
summing units (1+5+8)*9 + tens (1+5+8)*9*10 + hundreds (1+5+8)*9*100 =
= 126+1,260+12,600 = 13,986
|
|
|
|
|
|
VP
Joined: 08 Apr 2009
Posts: 1018
Concentration: General Management, Strategy
Schools: Duke (Fuqua) - Class of 2012
Followers: 20
Kudos [?]:
273
[0], given: 18
|
Re: sum of 3 digit #s [#permalink]
29 Apr 2009, 13:26
hi aismirnov, can you elaborated on your explanation a bit. I'm a bit weak with these types of problems. for example, what did you use tens (1+5+8)*9*10, etc. tia
_________________
Diversity
|
|
|
|
|
|
Intern
Joined: 26 Apr 2009
Posts: 6
Followers: 0
Kudos [?]:
6
[3] , given: 0
|
Re: sum of 3 digit #s [#permalink]
30 Apr 2009, 00:24
3
This post received KUDOS
What is the sum of all 3 digit positive integers that can be formed using the digits 1, 5, and 8, if the digits are allowed to repeat within a number?
Imagine, we have got all these possible numbers written down - there are in total 3^3 numbers (each digit can be either 1 or 5 or 8)
there are 3*3 options for having a number XY1 there are 3*3 options for having a number XY5 there are 3*3 options for having a number XY8
there are 3*3 options for having a number X1Z there are 3*3 options for having a number X5Z there are 3*3 options for having a number X8Z
there are 3*3 options for having a number 1YZ there are 3*3 options for having a number 5YZ there are 3*3 options for having a number 8YZ
we can sum units, tens and hundreds independently: summing units gives (1+5+8)*3*3 summing tens gives (1+5+8)*10*3*3 summing hundreds gives (1+5+8)*100*3*3
|
|
|
|
|
|
VP
Joined: 08 Apr 2009
Posts: 1018
Concentration: General Management, Strategy
Schools: Duke (Fuqua) - Class of 2012
Followers: 20
Kudos [?]:
273
[0], given: 18
|
Re: sum of 3 digit #s [#permalink]
03 May 2009, 14:12
The OA is E as well. Thanks I understand it now.
_________________
Diversity
|
|
|
|
|
|
Manager
Joined: 11 Aug 2008
Posts: 165
Followers: 1
Kudos [?]:
32
[1] , given: 8
|
Re: sum of 3 digit #s [#permalink]
14 Oct 2009, 18:47
1
This post received KUDOS
I don't have your specific method but by POE I still can have E. for 8xy alone we have 888,881,885,818,855,851,858,815,811. The total of them is larger than 7200 so there is only option E left
|
|
|
|
|
|
Intern
Joined: 21 Dec 2009
Posts: 2
Followers: 0
Kudos [?]:
0
[0], given: 0
|
Re: sum of 3 digit #s [#permalink]
09 Aug 2010, 14:21
but what if the digits repeat within a number??
|
|
|
|
|
|
SVP
Joined: 17 Feb 2010
Posts: 1570
Followers: 12
Kudos [?]:
121
[0], given: 6
|
Re: sum of 3 digit #s [#permalink]
09 Aug 2010, 14:44
I also reached by POE. Can someone please explain an easier way to get to the correct answer.
|
|
|
|
|
|
Manager
Joined: 14 Apr 2010
Posts: 241
Followers: 2
Kudos [?]:
7
[0], given: 1
|
Re: sum of 3 digit #s [#permalink]
09 Aug 2010, 21:33
this is how i approached 888 588 188 158 518 118 558 These are the number that can have 8 as the units digit. here, 8(7) = 56 so units dig is 6 similarly, for 5 as the units dig - 5(7) = 35 so units dig is 5 for 1 as the units dig - 1(7) = 7 as the unit dig. therfore, in the sum of these dig, the units dig will be 6+5+7 = 8 Please tell me where i am wrong
|
|
|
|
|
|
Manager
Joined: 27 Jul 2010
Posts: 199
Location: Prague
Schools: University of Economics Prague
Followers: 1
Kudos [?]:
10
[0], given: 15
|
Re: sum of 3 digit #s [#permalink]
02 Feb 2011, 03:15
I sowe really good formula for solving this problem in some notes downloaded from this forum. I just cannot find it, so I appologize to the author. The formula says: Repetition allowed: SUM of digits * (n^n-1)*(11111 ...number composed of n 1digits)
Repetition NOT allowed: SUM of digits * (n-1)!*(11111 ...number composed of n 1digits) Here we have 3 digits. n is 3. Sum of digits 1+5+8=14 Repetition allowed: 14*(3^2)*111=13986 Repetition not allowed: 14*2*111=3108
_________________
You want somethin', go get it. Period!
|
|
|
|
|
|
GMAT Club team member
Joined: 02 Sep 2009
Posts: 11515
Followers: 1791
Kudos [?]:
9532
[1] , given: 826
|
Re: sum of 3 digit #s [#permalink]
02 Feb 2011, 03:37
1
This post received KUDOS
craky wrote: I sowe really good formula for solving this problem in some notes downloaded from this forum. I just cannot find it, so I appologize to the author. The formula says: Repetition allowed: SUM of digits * (n^n-1)*(11111 ...number composed of n 1digits)
Repetition NOT allowed: SUM of digits * (n-1)!*(11111 ...number composed of n 1digits) Here we have 3 digits. n is 3. Sum of digits 1+5+8=14 Repetition allowed: 14*(3^2)*111=13986 Repetition not allowed: 14*2*111=3108 It should be: 1. Sum of all the numbers which can be formed by using the n digits without repetition is: (n-1)!*(sum \ of \ the \ digits)*(111... \ n \ times). 2. Sum of all the numbers which can be formed by using the n digits ( repetition being allowed) is: n^{n-1}*(sum \ of \ the \ digits)*(111... \ n \ times). Similar questions: nice-question-and-a-good-way-to-solve-103523.htmlcan-someone-help-94836.htmlsum-of-all-3-digit-nos-with-88864.htmlpermutation-88357.html
_________________
PLEASE READ AND FOLLOW: 11 Rules for Posting!!!
RESOURCES: [GMAT MATH BOOK]; 1. Triangles; 2. Polygons; 3. Coordinate Geometry; 4. Factorials; 5. Circles; 6. Number Theory
COLLECTION OF QUESTIONS: PS: 1. Tough and Tricky questions; 2. Hard questions; 3. Hard questions part 2; 4. Standard deviation; 5. Tough Problem Solving Questions With Solutions; 6. Probability and Combinations Questions With Solutions; 7 Tough and tricky exponents and roots questions; 8 12 Easy Pieces (or not?); 9 Bakers' Dozen; 10 Algebra set. NEW!!!
DS: 1. DS tough questions; 2. DS tough questions part 2; 3. DS tough questions part 3; 4. DS Standard deviation; 5. Inequalities; 6. 700+ GMAT Data Sufficiency Questions With Explanations; 7 Tough and tricky exponents and roots questions; 8 The Discreet Charm of the DS ; 9 Devil's Dozen!!!; 10 Number Properties set. NEW!!!
 What are GMAT Club Tests? 25 extra-hard Quant Tests
Find out what's new at GMAT Club - latest features and updates
|
|
|
|
|
|
Senior Manager
Joined: 13 Aug 2012
Posts: 468
Followers: 12
Kudos [?]:
74
[0], given: 11
|
What is the sum of all 3 digit positive integers that can be [#permalink]
20 Dec 2012, 04:15
iwillwin wrote: What is the sum of all 3 digit positive numbers that can be formed using the digits 1, 5, and 8, if the digits are allowed to repeat within a number?
A. 126
B. 1386
C. 3108
D. 308
E. 13986 Here is a formula to know the sum of possible arrangements when a digit is not allowed to repeat:(n-1)!*sumofdigits*111 = (3-1)!*(1+5+8)*111=28*111=3108But we know that digits are allowed to repeat. Thus, sum is much greater than 3108.Answer: E
|
|
|
|
|
|
Intern
Joined: 02 Nov 2012
Posts: 38
Followers: 0
Kudos [?]:
1
[0], given: 11
|
Re: What is the sum of all 3 digit positive integers that can be [#permalink]
04 Jan 2013, 06:50
I approach this particular problem without the formulae. Can somebody please help me if this is correct --> If you know that the numbers are allowed to repeat then the possible numbers are 3*3*3 = 27 (instead of 3*2*1 when repetition is not allowed), then you know that there will be 9 ones, 9 fives, 9 eights. So for the first position you can have the 9+45+72 = 12600, then all the answer choices will fall except for E. If you calculate further you get 12600 + 01260 + 00126 = 13,986. Bunuel, Karishma or someone else can you please confirm if this is correct?
|
|
|
|
|
|
Manager
Joined: 31 May 2012
Posts: 122
Followers: 1
Kudos [?]:
23
[1] , given: 48
|
Re: What is the sum of all 3 digit positive integers that can be [#permalink]
04 Jan 2013, 07:43
1
This post received KUDOS
asimov wrote: What is the sum of all 3 digit positive integers that can be formed using the digits 1, 5, and 8, if the digits are allowed to repeat within a number?
A. 126 B. 1386 C. 3108 D. 308 E. 13986 One quickest way to answer this question !! As we are using digits 1,5, 8 and digits are allowed to repeat. Each of the unit, tenth and hundredth digit can be used by each of three digits. So, Total possible numbers with these digits=3 X 3 X 3 =27. First, As we have 27 three digit number, Sum will be for sure more than 2700.. Eliminate options A,B,D Second, If you imagine numbers with the given digits 1,5,8. We have numbers like 888,885,855,858,851. Sum is for sure more than 4000. Eliminate option C. You are left with answer E. ---------------- consider giving a +kudo if this helps
|
|
|
|
|
|
Intern
Joined: 11 Sep 2012
Posts: 5
Followers: 0
Kudos [?]:
0
[0], given: 0
|
Re: What is the sum of all 3 digit positive integers that can be [#permalink]
05 Jan 2013, 09:58
1, 5 and 8 are allowed to be used 9 times as hundreds, tenths and units digit.
So you can line up:
9x100 9x 10 9x 1 9x500 9x 50 9x 5 9x800 9x 80 9x 8
When lining these up, you should quickly realize that it's bigger than 10.000 and pick your answer without going further.
|
|
|
|
|
|
Manager
Status: Fondling the GMAT
Joined: 22 Feb 2012
Posts: 173
Location: India
Concentration: Finance, International Business
GMAT Date: 06-20-2013
GPA: 2.34
WE: Business Development (Manufacturing)
Followers: 14
Kudos [?]:
88
[1] , given: 67
|
Re: What is the sum of all 3 digit positive integers that can be [#permalink]
05 Jan 2013, 10:40
1
This post received KUDOS
asimov wrote: What is the sum of all 3 digit positive integers that can be formed using the digits 1, 5, and 8, if the digits are allowed to repeat within a number?
A. 126 B. 1386 C. 3108 D. 308 E. 13986 Answer to this question is easier to guess than to calculate. e.g. if we take 8 at hundreds place we would get at least 9 nos. So 800 * 9 = 7200 which surpasses every option but E. Thru conventional method (1+5+8)9 = 126 (1+5+8)9*10=1260 (1+5+8)9*100=12600 126 + 1260 + 12600 = 13896. E
_________________
Please Read this before Posting your question rules-for-posting-in-verbal-gmat-forum-134642.html#p1097623
When it rains, All birds occupy shelters. But Eagle is the only bird that avoids the rain by flying above the clouds. Problems common to all. Attitude makes the difference
Concept Initiator Articles co-ordinate-geometry-simplified-149570.html time-speed-and-distance-simplified-150163.html permutations-and-combinations-simplified-150835.html UPCOMING in Simplification Series - Probability Simplified.
|
|
|
|
|
|
|
Re: What is the sum of all 3 digit positive integers that can be
[#permalink]
05 Jan 2013, 10:40
|
|
|
|
|
|
|
|
|
|
|