Last visit was: 26 Apr 2024, 15:58 It is currently 26 Apr 2024, 15:58

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
Math Expert
Joined: 02 Sep 2009
Posts: 92948
Own Kudos [?]: 619238 [75]
Given Kudos: 81609
Send PM
Most Helpful Reply
Math Expert
Joined: 02 Sep 2009
Posts: 92948
Own Kudos [?]: 619238 [23]
Given Kudos: 81609
Send PM
User avatar
Director
Director
Joined: 25 Apr 2012
Posts: 531
Own Kudos [?]: 2285 [11]
Given Kudos: 740
Location: India
GPA: 3.21
WE:Business Development (Other)
Send PM
General Discussion
User avatar
Manager
Manager
Joined: 25 Sep 2012
Posts: 204
Own Kudos [?]: 557 [2]
Given Kudos: 242
Location: India
Concentration: Strategy, Marketing
GMAT 1: 660 Q49 V31
GMAT 2: 680 Q48 V34
Send PM
Re: For a certain set of n numbers, where n > 1, is the average (arithmeti [#permalink]
2
Kudos
A) x-4,x-2,x,x+2,x+4 (condition is successive difference is 2)
average = (x-4+x+4)/2 = 2x/2 = x
median = x

x-4,x-2,x,x+2,x+4,x+6 (condition is successive difference is 2)
average = (x-4+x+6)/2 = (2x+2)/2 = 2(x+1)/2 = x+1
median = x+1

SUFFICENT

B) What is a range? largest number - smallest number. It doesn't tell us much about the mean or median.
You can try some numbers here.
Constraint here is n > 1 which means you can take only 2 or 3 nos and find their average and that should be sufficient to answer the question.

INSUFFICIENT
Answer A

Difficulty level - 650
User avatar
VP
VP
Joined: 06 Sep 2013
Posts: 1345
Own Kudos [?]: 2391 [1]
Given Kudos: 355
Concentration: Finance
Send PM
Re: For a certain set of n numbers, where n > 1, is the average (arithmeti [#permalink]
1
Bookmarks
ugimba wrote:
For a certain set of n numbers, where n > 1, is the average (arithmetic mean) equal to the median?

(1) If the n numbers in the set are listed in increasing order, then the difference between any pair of successive numbers in the set is 2.
(2) The range of n numbers in the set is 2(n - 1).


I thought that 2(n-1) was the range for both n consecutive even/odd integers
Therefore, we still have an evenly spaced set
Thus, 2 was sufficient

Could someone please advice where am I going wrong here?

Thanks!
Cheers
J :)
Math Expert
Joined: 02 Sep 2009
Posts: 92948
Own Kudos [?]: 619238 [2]
Given Kudos: 81609
Send PM
Re: For a certain set of n numbers, where n > 1, is the average (arithmeti [#permalink]
1
Kudos
1
Bookmarks
Expert Reply
jlgdr wrote:
ugimba wrote:
For a certain set of n numbers, where n > 1, is the average (arithmetic mean) equal to the median?

(1) If the n numbers in the set are listed in increasing order, then the difference between any pair of successive numbers in the set is 2.
(2) The range of n numbers in the set is 2(n - 1).


I thought that 2(n-1) was the range for both n consecutive even/odd integers
Therefore, we still have an evenly spaced set
Thus, 2 was sufficient

Could someone please advice where am I going wrong here?

Thanks!
Cheers
J :)


But the reverse is not necessarily true: not all n-element sets which have the range equal to 2(n - 1) are consecutive odd or consecutive even integers.

For example, {2, 3, 6} has the range equal to 2(n - 1) but this set is not of that type.
Math Revolution GMAT Instructor
Joined: 16 Aug 2015
Posts: 10161
Own Kudos [?]: 16600 [1]
Given Kudos: 4
GMAT 1: 760 Q51 V42
GPA: 3.82
Send PM
Re: For a certain set of n numbers, where n > 1, is the average (arithmeti [#permalink]
1
Kudos
Expert Reply
If numbers are listed in increasing order (consecutive even numbers, consecutive odd numbers and consecutive multiples), median=mean. Hence, since the condition 1) is always yes, the condition is sufficient. The correct answer choice is A.


l For cases where we need 3 more equations, such as original conditions with “3 variables”, or “4 variables and 1 equation”, or “5 variables and 2 equations”, we have 1 equation each in both 1) and 2). Therefore, there is 80% chance that E is the answer (especially about 90% of 2 by 2 questions where there are more than 3 variables), while C has 15% chance. These two are the majority. In case of common mistake type 3,4, the answer may be from A, B or D but there is only 5% chance. Since E is most likely to be the answer using 1) and 2) separately according to DS definition (It saves us time). Obviously there may be cases where the answer is A, B, C or D.
Director
Director
Joined: 26 Oct 2016
Posts: 510
Own Kudos [?]: 3379 [1]
Given Kudos: 877
Location: United States
Concentration: Marketing, International Business
Schools: HBS '19
GMAT 1: 770 Q51 V44
GPA: 4
WE:Education (Education)
Send PM
Re: For a certain set of n numbers, where n > 1, is the average (arithmeti [#permalink]
1
Kudos
A neat little trick to remember is that for any series that is an Arithmetic progression, namely difference between each successive term is constant, the median is always = mean. I'll try to prove it below. Let us say there are n terms. There are two pssibillities n is odd or n is even. Let us say the constant difference is d (2 in the case of this problem).

1st term: a, 2nd term = a+d, 3rd term = a+2*d .... nth term = a+(n-1)*d
Adding all you get Sum = a*n +[ (1+2+3...+(n-1))]*d = a*n +[ n*(n-1)/2]*d ( another interesting result sum of the first n-1 integers is n*(n-1)/2]. Hence the Average = Sum/n = a+(n-1)/2*d

n is odd: Median = (n+1)/2 th term = a+(n-1)/2*d = Average so if n is odd we have proved avg always equal to mean.
n is even: Median = average of n/2 and (n/2+1)th term =[ a+(n/2-1)*d+a+(n/2)*d ]/2 = a+(n-1)*d/2 = Average so if n is even too we have proved avg always equal to mean. Thus (1) is always sufficient to answer such questions of if avg = median.

(2) Since only range is given we cant determine anything about the numbers in between so this informatino is insufficient. Hence answer is A.
Intern
Intern
Joined: 25 Jun 2019
Posts: 38
Own Kudos [?]: 36 [0]
Given Kudos: 123
Send PM
Re: For a certain set of n numbers, where n > 1, is the average (arithmeti [#permalink]
I am confused about median. Median is required to be part of set or not?

Bunuel
Senior Moderator - Masters Forum
Joined: 19 Jan 2020
Posts: 3137
Own Kudos [?]: 2769 [1]
Given Kudos: 1510
Location: India
GPA: 4
WE:Analyst (Internet and New Media)
Send PM
Re: For a certain set of n numbers, where n > 1, is the average (arithmeti [#permalink]
1
Kudos
AjitJangale wrote:
I am confused about median. Median is required to be part of set or not?

Bunuel

We are required to state whether the set mean and median are equal or not. It can be there in set or not depending upon the number of elements in n. Since the no. In set is at consecutive distance.
If no. Of elements are odd the middle value is mean as well as median.
If no. Of elements are even. Then also average of two middle values is median and average of all will be same as median as well.

Posted from my mobile device
Manager
Manager
Joined: 09 Jan 2021
Posts: 71
Own Kudos [?]: 12 [0]
Given Kudos: 142
Location: India
Schools: ISB '23 (S)
GPA: 3.2
Send PM
Re: For a certain set of n numbers, where n > 1, is the average (arithmeti [#permalink]
for option B, shouldn't we consider only those sets where the formula 2n-2 works? i.e only consecutive even numbers?
Intern
Intern
Joined: 16 Feb 2021
Posts: 16
Own Kudos [?]: 3 [0]
Given Kudos: 314
Send PM
Re: For a certain set of n numbers, where n > 1, is the average (arithmeti [#permalink]
difference between any pair....is confusing i thought its talking about ....(a,b).....(c,d)....then total 4 numbers...and difference is between them (something like that) :|
Target Test Prep Representative
Joined: 14 Oct 2015
Status:Founder & CEO
Affiliations: Target Test Prep
Posts: 18767
Own Kudos [?]: 22062 [0]
Given Kudos: 283
Location: United States (CA)
Send PM
Re: For a certain set of n numbers, where n > 1, is the average (arithmeti [#permalink]
Expert Reply
Bunuel wrote:
For a certain set of n numbers, where n > 1, is the average (arithmetic mean) equal to the median?

(1) If the n numbers in the set are listed in increasing order, then the difference between any pair of successive numbers in the set is 2.
(2) The range of the n numbers in the set is 2(n- 1).


Question Stem Analysis:

We are given a set containing more than one numbers. We need to determine whether the mean is equal to the median for this set. Recall that in an evenly spaced set, the mean is equal to the median.

Statement One Alone:

\(\Rightarrow\) If the n numbers in the set are listed in increasing order, then the difference between any pair of successive numbers in the set is 2.

This means that the set is an evenly spaced set. Thus, as we noted above, the mean is equal to the median for this set. Statement one alone is sufficient.

Eliminate answer choices B, C, and E.

Statement Two Alone:

\(\Rightarrow\) The range of the n numbers in the set is 2(n- 1).

If our set is {1, 3}, then n = 2. Note that the range of this set is 3 - 1 = 2, which is equal to 2(n - 1) = 2(2 - 1) = 2. In this case, the mean is equal to the median.

If our set is {1, 2, 5}, then n = 3. Note that the range of this set is 5 - 1 = 4, which is equal to 2(n - 1) = 2(3 - 1) = 4. However, the mean of this set (which is 8/3) is not equal to the median (which is 2).

Since there is more than one possible answer to the question, statement two alone is not sufficient.

Answer: A
User avatar
Non-Human User
Joined: 09 Sep 2013
Posts: 32689
Own Kudos [?]: 822 [0]
Given Kudos: 0
Send PM
Re: For a certain set of n numbers, where n > 1, is the average (arithmeti [#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: For a certain set of n numbers, where n > 1, is the average (arithmeti [#permalink]
Moderator:
Math Expert
92948 posts

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