Last visit was: 21 Apr 2026, 12:26 It is currently 21 Apr 2026, 12:26
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
Smita04
Joined: 29 Nov 2011
Last visit: 29 Oct 2012
Posts: 65
Own Kudos:
1,513
 [88]
Given Kudos: 37
Posts: 65
Kudos: 1,513
 [88]
4
Kudos
Add Kudos
84
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 21 Apr 2026
Posts: 109,729
Own Kudos:
Given Kudos: 105,798
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,729
Kudos: 810,447
 [30]
21
Kudos
Add Kudos
9
Bookmarks
Bookmark this Post
User avatar
akashganga
User avatar
SDA Bocconi Thread Master
Joined: 27 Dec 2012
Last visit: 18 Mar 2016
Posts: 26
Own Kudos:
38
 [17]
Given Kudos: 34
Location: India
Concentration: Technology, Entrepreneurship
GMAT 1: 660 Q48 V33
GMAT 2: 730 Q49 V40
WE:Engineering (Energy)
GMAT 2: 730 Q49 V40
Posts: 26
Kudos: 38
 [17]
14
Kudos
Add Kudos
3
Bookmarks
Bookmark this Post
General Discussion
User avatar
sagarsir
Joined: 28 Dec 2012
Last visit: 11 Oct 2023
Posts: 88
Own Kudos:
153
 [1]
Given Kudos: 94
Location: India
Concentration: Strategy, Finance
WE:Engineering (Energy)
Posts: 88
Kudos: 153
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
for different values of n and k.. the options are invalid.
User avatar
sambam
Joined: 18 Oct 2011
Last visit: 09 Jan 2014
Posts: 58
Own Kudos:
429
 [1]
Location: United States
Concentration: Entrepreneurship, Marketing
GMAT Date: 01-30-2013
GPA: 3.3
Posts: 58
Kudos: 429
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
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.
avatar
fdecazaux
Joined: 17 Aug 2009
Last visit: 24 Jan 2013
Posts: 2
Posts: 2
Kudos: 0
Kudos
Add Kudos
Bookmarks
Bookmark this Post
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.
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
Smita04
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.


[quote="Bunuel"]
You mentioned that Say k=1, so X, the maximum value of the sum of K distinct members of Z would simply be 5.

but for the example that you have used - Z={1, 3, 5} - shouldn't the maximum value of the sum of K distinct members of Z be = 1+3+5 = 9 ?

Please help were am I going wrong ?
avatar
blizzardAres
Joined: 26 Apr 2017
Last visit: 29 May 2018
Posts: 2
Given Kudos: 5
Posts: 2
Kudos: 0
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Tanvi94
Bunuel
Smita04
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.


Bunuel

You mentioned that Say k=1, so X, the maximum value of the sum of K distinct members of Z would simply be 5.

but for the example that you have used - Z={1, 3, 5} - shouldn't the maximum value of the sum of K distinct members of Z be = 1+3+5 = 9 ?

Please help were am I going wrong ?

hi, He assumed K = One distinct member ; so max sum of One distinct member of Z going to be 5 and minimum is going to be 1.
User avatar
ScottTargetTestPrep
User avatar
Target Test Prep Representative
Joined: 14 Oct 2015
Last visit: 21 Apr 2026
Posts: 22,276
Own Kudos:
26,526
 [2]
Given Kudos: 302
Status:Founder & CEO
Affiliations: Target Test Prep
Location: United States (CA)
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 22,276
Kudos: 26,526
 [2]
1
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
Smita04
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

We can let n = 5 and k = 3. Thus Z = {1, 3, 5, 7, 9}, x = 5 + 7 + 9 = 21, y = 1 + 3 + 5 = 9 and hence x + y = 21 + 9 = 30.

Now let’s check the given answer choices (note: we will be looking for the one that is equal to 30):

A) kn = 5(3) = 15 → This is not 30.

B) kn + k^2 = 5(3) + 3^2 = 15 + 9 = 24 → This is not 30.

C) kn + 2k^2 = 5(3) + 2(3)^2 = 15 + 18 = 33 → This is not 30.

D) 2kn - k^2 = 2(5)(3) - 3^2 = 30 - 9 = 21 → This is not 30.

E) 2kn = 2(5)(3) = 30 → This is 30

Answer: E
User avatar
jsam98
Joined: 07 May 2024
Last visit: 09 Jun 2025
Posts: 14
Own Kudos:
Given Kudos: 20
Posts: 14
Kudos: 5
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Smita04
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
idk what's wrong in my approach :

min sum = sum of first k odd integer is k^2
max sum = sum of last k odd integer is n + [n +(k-1) -2] /2 * k
n + [n -2k +2] /2 * K
n-k+1 * k


x+y = K^2 +nK - K^2 +K
= nk + k

no option :(
User avatar
Krunaal
User avatar
Tuck School Moderator
Joined: 15 Feb 2021
Last visit: 19 Apr 2026
Posts: 853
Own Kudos:
909
 [1]
Given Kudos: 251
Status:Under the Square and Compass
Location: India
GMAT Focus 1: 755 Q90 V90 DI82
GPA: 5.78
WE:Marketing (Consulting)
Products:
GMAT Focus 1: 755 Q90 V90 DI82
Posts: 853
Kudos: 909
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
jsam98
Smita04
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
idk what's wrong in my approach :

min sum = sum of first k odd integer is k^2
max sum = sum of last k odd integer is n + [n +(k-1) -2] /2 * k
n + [n -2k +2] /2 * K
n-k+1 * k


x+y = K^2 +nK - K^2 +K
= nk + k

no option :(
\(Z = (1, 3, ......., 2n-1)\)
Largest terms in \(Z = (2n-1, 2n-3,........, 2n-2k+1)\)
Max sum (x) = \(k/2 * (2n-1 + 2n-2k+1) = k/2 * (4n-2k) = 2nk-k^{2}\)
Min sum (y) = Sum of first k odd integers = \(k^{2}\)
\(x+y = 2nk\)
User avatar
totamofficiis
Joined: 21 Jan 2026
Last visit: 20 Apr 2026
Posts: 21
Own Kudos:
Given Kudos: 7
Location: India
Concentration: Economics, Finance
Products:
Posts: 21
Kudos: 4
Kudos
Add Kudos
Bookmarks
Bookmark this Post
So just to make it clear. first n consecutive positive odd number sum is always n^2.
so it becomes y=k^2 x= n^2-(n-k)^2
x+y = k^2+n^2-n^2-k^2+2kn = 2kn
Moderators:
Math Expert
109729 posts
Tuck School Moderator
853 posts