|
Author |
Message |
|
TAGS:
|
|
|
Manager
Joined: 29 Nov 2011
Posts: 83
Followers: 0
Kudos [?]:
8
[0], given: 37
|
Z is the set of the first n positive odd numbers, where n is [#permalink]
14 Jun 2012, 04:08
Question Stats:
71% (03:42) correct
28% (02:22) wrong based on 5 sessions
Z is the set of the first n positive odd numbers, where n is a positive integer. Given that n > k, where k is also a positive integer, x is the maximum value of the sum of k distinct members of Z, and y is the minimum value of the sum of k distinct members of Z, what is x + y?
(A) kn (B) kn + k^2 (C) kn + 2k^2 (D) 2kn – k^2 (E) 2kn
|
|
|
|
|
|
|
GMAT Club team member
Joined: 02 Sep 2009
Posts: 11534
Followers: 1795
Kudos [?]:
9559
[4] , given: 826
|
Re: Z is the set of the first n positive odd numbers, where n is [#permalink]
14 Jun 2012, 04:21
4
This post received KUDOS
Smita04 wrote: Z is the set of the first n positive odd numbers, where n is a positive integer. Given that n > k, where k is also a positive integer, x is the maximum value of the sum of k distinct members of Z, and y is the minimum value of the sum of k distinct members of Z, what is x + y?
(A) kn (B) kn + k^2 (C) kn + 2k^2 (D) 2kn – k^2 (E) 2kn Probably the easiest way to solve this question would be to assume some values for n and k. Say n=3, so Z, the set of the first n positive odd numbers would be: Z={1, 3, 5}; Say k=1, so X, the maximum value of the sum of K distinct members of Z would simply be 5. Similarly, Y, the minimum value of the sum of K distinct members of Z would simply be 1. X+Y=5+1=6. Now, substitute n=3 and k=1 in the options provided to see which one yields 6. Only asnwer choice E fits: 2kn=2*3*1=6. Answer: E. Note that for plug-in method it might happen that for some particular number(s) more than one option may give "correct" answer. In this case just pick some other numbers and check again these "correct" options only. Hope it helps.
_________________
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
|
|
|
|
|
|
Intern
Joined: 28 Dec 2012
Posts: 46
Followers: 1
Kudos [?]:
11
[0], given: 53
|
Re: Z is the set of the first n positive odd numbers, where n is [#permalink]
18 Jan 2013, 01:30
for different values of n and k.. the options are invalid.
|
|
|
|
|
|
Manager
Joined: 18 Oct 2011
Posts: 80
Location: United States
Concentration: Entrepreneurship, Marketing
GMAT Date: 01-30-2013
GPA: 3.3
Followers: 2
Kudos [?]:
9
[0], given: 0
|
Re: Z is the set of the first n positive odd numbers, where n is [#permalink]
18 Jan 2013, 11:26
Just use hypothetical numbers. Say n = 5 (1,3,5,7,9) and k = 3. This would mean that x = 21 and y = 9. x+y = 30
Only answer E gives this result.
|
|
|
|
|
|
Intern
Joined: 27 Dec 2012
Posts: 9
Location: India
Concentration: Technology, General Management
GMAT Date: 06-27-2013
GPA: 3
WE: Engineering (Energy and Utilities)
Followers: 0
Kudos [?]:
13
[1] , given: 1
|
Re: Z is the set of the first n positive odd numbers, where n is [#permalink]
19 Jan 2013, 10:03
1
This post received KUDOS
In the given case, sum of all n odd numbers is n^2.
If the numbers are arranged in increasing order, the max sum is when k is taken from end. So the sum of k odd numbers taken from the end = n^2 - (n-k)^2 (Sum of all numbers) - (Sum of remaining initial numbers) which is equal to 2nk - k^2 -- (1)
Now for minimum sum, take k numbers from the starting and their sum is k^2 -- (2)
Adding (1) and (2) = 2nk.
DJ
|
|
|
|
|
|
Intern
Joined: 17 Aug 2009
Posts: 2
Followers: 0
Kudos [?]:
0
[0], given: 0
|
Re: Z is the set of the first n positive odd numbers, where n is [#permalink]
23 Jan 2013, 12:36
Let us name Zi the general term of the set Z. z(i) = 2*i - 1 for i = 1 to n. For instance z(1) = 2*1 - 1 = 1 z(2) = 2*2 - 1 = 3
z(n) = 2*n - 1
y is the sum of the first k terms of the set Z. x is the sum of the terms from order (n-k+1) to n.
Let us express the sums x and y. Each of the sums contains k terms. y = Sum (2*i - 1) for i = 1, ... k x = Sum (2*j - 1) for j = (n-k+1), ,n
By developing y, we obtain y = 2*Sum (i) - k for i=1,....k y = 2*(1/2) [k*(k+1)]/2 - k = k^2 + k - k = k^2 (we can also remember that the sum of the first k odd numbers equals k^2).
By developing x, we obtain x = 2*Sum (j) - k for j=n-k+1, n We can notice that x is the difference of - the sum of the first "n" odd numbers - and the sum of the first (n-k) odd numbers. We deduce x = n^2 - (n-k)^2=2*n*k - k^2
Then x + y = 2*n*k - k^2 + k^2 = 2*n*k
The answer is E.
|
|
|
|
|
|
|
Re: Z is the set of the first n positive odd numbers, where n is
[#permalink]
23 Jan 2013, 12:36
|
|
|
|
|
|
|
|
|
Similar topics |
Author |
Replies |
Last post |
|
Similar Topics:
|
|
|
|
For a certain set of n numbers, where n>1, is the average
|
marcodonzelli |
7 |
03 Mar 2008, 11:58 |
|
1
|
|
For a certain set of n numbers, where n > 1, is the
|
ugimba |
5 |
11 Mar 2009, 18:24 |
|
9
|
|
The sum of the first n positive perfect squares, where n is
|
kirankp |
18 |
30 Nov 2009, 07:32 |
|
1
|
|
For a certain set of N numbers where N>1 is the average (ari
|
abhi47 |
2 |
31 Jan 2012, 09:31 |
|
2
|
|
The sum of the first n positive perfect squares, where n is
|
carcass |
6 |
17 May 2012, 13:43 |
|
|
|
|
|
|