Last visit was: 25 Apr 2026, 06:15 It is currently 25 Apr 2026, 06:15
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
avatar
AIMGMAT770
Joined: 10 Aug 2013
Last visit: 12 Jul 2024
Posts: 11
Own Kudos:
158
 [1]
Given Kudos: 2
Location: United States
Posts: 11
Kudos: 158
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
EMPOWERgmatRichC
User avatar
Major Poster
Joined: 19 Dec 2014
Last visit: 31 Dec 2023
Posts: 21,777
Own Kudos:
13,048
 [1]
Given Kudos: 450
Status:GMAT Assassin/Co-Founder
Affiliations: EMPOWERgmat
Location: United States (CA)
GMAT 1: 800 Q51 V49
GRE 1: Q170 V170
Expert
Expert reply
GMAT 1: 800 Q51 V49
GRE 1: Q170 V170
Posts: 21,777
Kudos: 13,048
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
dabral
User avatar
Tutor
Joined: 19 Apr 2009
Last visit: 29 Nov 2024
Posts: 557
Own Kudos:
666
 [2]
Given Kudos: 19
Affiliations: GMATQuantum
Expert
Expert reply
Posts: 557
Kudos: 666
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
EgmatQuantExpert
User avatar
e-GMAT Representative
Joined: 04 Jan 2015
Last visit: 02 Apr 2024
Posts: 3,657
Own Kudos:
Given Kudos: 165
Expert
Expert reply
Posts: 3,657
Kudos: 20,882
Kudos
Add Kudos
Bookmarks
Bookmark this Post
AIMGMAT770
How can we calculate S.D if we know number of terms ,n, and that the series of numbers is consecutive.
I remember there is a direct formula.Can someone pls share it.

Dear AIMGMAT770,

As has already been pointed above, you're not going to see a PS question of the type:

'What is the Standard Deviation of the list {2, 3, 4, 5, 6}?
(A) some value
(B) some value . ..
(E) some value "

The GMAT will not test your ability to calculate Standard Deviation. Instead, it'll test your understanding of the idea that Standard Deviation measures how spread out the data in a given set is.

So, the questions that you can get on Standard Deviation will be of the following types:

1.
Set P consists of 5 distinct integers. What is the standard deviation of set P?
(1) The mean of the set P is equal to the median of the set
(2) The 5 integers are consecutive

(Please note that since this is a DS question, you'll not be required to actually solve for the value of Standard Deviation. As you'll notice, this question is built upon the conceptual question posed by dabral in the post above)


2.
Which of the following sets will have the highest Standard Deviation?
For the following sets, which of the set would have the highest standard deviation
(A) {10, 20, 30}
(B) {99, 100, 101}
(C) {195, 200, 205}
(D) {992, 1000, 1008}
(E) {10001, 10002, 10003}



3.
For two sets P = {10, 20, 30} and Q= {15, 20, 25}, which of the following statements are true?
I. Standard Deviation(P) > Standard Deviation(Q)
II. If 5 is added to each term of set P, the standard deviation of set P will become equal to the standard deviation of Set Q
III. If each term of Set Q is multiplied by 2, the standard deviation of Set P will become equal to the standard deviation of Set Q.


Please also find below the links to a couple of Official questions on Standard Deviation:

https://gmatclub.com/forum/a-researcher-computed-the-mean-the-median-and-the-standard-134893.html
https://gmatclub.com/forum/list-m-not-shown-consists-of-8-different-integers-each-140777.html

For the GMAT, the concepts of Average (Mean) and Median are far more important and tested more frequently than the concept of Standard Deviation.

Hope this helped. :)

- Japinder
User avatar
PrepTap
Joined: 22 Apr 2015
Last visit: 13 Sep 2017
Posts: 60
Own Kudos:
Given Kudos: 6
Posts: 60
Kudos: 496
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hi AIMGMAT770,

Let's consider a series of n consecutive numbers: \(a, a+1, a+2......a+n-1\)
To find the standard deviation, we first calculate the mean, which in this case is same as the average of first and last number.
Mean = \((a+a+n-1)/2 = a + (n-1)/2\)

Next we need to find the squared distance of each number of the series from the mean:

Case 1: n is odd
For the 1st number, a -> \([a - (a + (n-1)/2)]^2 = [(n-1)/2]^2\)
For the 2nd number, a +1 -> \([a + 1 - (a + (n-1)/2)]^2 = [1-(n-1)/2]^2\)
.
.
.
For the number preceding the middle number, a + (n-1)/2 -1 -> \([a + (n-1)/2 -1- (a + (n-1)/2)]^2 = 1\)
For the middle number, a + (n-1)/2 (Mean is also the (n-1)/2th term of the series) -> \([a + (n-1)/2 - (a + (n-1)/2)]^2 = 0\)
For the number succeeding the middle number, a + (n-1)/2 + 1 ->\([a + (n-1)/2 +1- (a + (n-1)/2)]^2 = 1\)
.
.
.
For the second lat number, a +n -2 -> \([a + n -2 - (a + (n-1)/2)]^2 = [(n-1)/2-1]^2\)
For the last number, a +n -1 -> \([a + n -1 - (a + (n-1)/2)]^2 = [(n-1)/2]^2\)

Sum of the squared distance = \(2[1^2 + 2^2 + 3^2......[(n-1)/2]^2]\)
Variance = \(2[1^2 + 2^2 + 3^2......[(n-1)/2]^2]/n\)

Standard deviation = \(\sqrt{[2[1^2 + 2^2 + 3^2......[(n-1)/2]^2]/n]}\)

As sum of the squares of consecutive n numbers is n(n+1)(2n+1)/6

Hence, the Standard deviation simplifies to \(\sqrt{(n^2 -1)/12}\)

Case 2: n is even
For the 1st number, a -> \([a - (a + (n-1)/2)]^2 = [(n-1)/2]^2\)
For the 2nd number, a +1 -> \([a + 1 - (a + (n-1)/2)]^2 = [1-(n-1)/2]^2\)
.
.
.
For the number preceding the mean, a + (n-1)/2 - 0.5 -> \([a + (n-1)/2 -0.5 - (a + (n-1)/2)]^2 = 0.5^2\)
{a + (n-1)/2 (Mean is the average of the two middle terms and hence at a distance of 0.5 from them)}
For the number succeeding the mean, a + (n-1)/2 + 0.5 ->\([a + (n-1)/2 + 0.5 - (a + (n-1)/2)]^2 = 0.5^2\)
.
.
For the second last number, a +n -2 -> \([a + n -2 - (a + (n-1)/2)]^2 = [(n-1)/2-1]^2\)
For the last number, a +n -1 -> \([a + n -1 - (a + (n-1)/2)]^2 = [(n-1)/2]^2\)

Sum of the squared distance = \(2[0.5^2 + 1.5^2 + 2.5^2......[(n-1)/2]^2]\)
Variance = \(2[0.5^2 + 1.5^2 + 2.5^2......[(n-1)/2]^2]/n\)
Standard deviation = \(\sqrt{2[0.5^2 + 1.5^2 + 2.5^2......[(n-1)/2]^2]/n}\)

As you can see, in both the cases you only need to know the value of n to find the Standard deviation.

It is very unlikely that you will be asked to find the standard deviation but you can definitely get a DS question where the question stem asks you to find the standard deviation of a series of n consecutive numbers and one of the statements gives you the value of n.
All you need to understand here that if you know the number of terms, you can find the standard deviation.
avatar
coled90
avatar
Current Student
Joined: 13 Apr 2020
Last visit: 11 Aug 2022
Posts: 8
Own Kudos:
Given Kudos: 78
Location: United States (TX)
Concentration: Strategy, Sustainability
GRE 1: Q162 V161
GPA: 3.24
WE:Engineering (Military & Defense)
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Just a note: EMPOWERgmatRichC and EgmatQuantExpert

I was literally asked on question #2 of my official GMAT today, the following question:


!
Posting real GMAT questions is a direct violation of GMAC and GMAT Club rules. Question is removed.

MODERATOR.

(answers are from memory, so not sure if they are accurate)
Point is, I was specifically asked about standard deviation.

I was aware that they normally do not ask us to calculate it. Did I misunderstand the concept?
User avatar
avigutman
Joined: 17 Jul 2019
Last visit: 30 Sep 2025
Posts: 1,285
Own Kudos:
1,908
 [1]
Given Kudos: 66
Location: Canada
GMAT 1: 780 Q51 V45
GMAT 2: 780 Q50 V47
GMAT 3: 770 Q50 V45
Expert
Expert reply
GMAT 3: 770 Q50 V45
Posts: 1,285
Kudos: 1,908
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
This is earth shattering news. I've never heard of such a case in a decade of working with the GMAT full-time.
That said, it's still possible to solve quickly for the first five positive integers (or for any five consecutive integers) with minimal math - just jot down the five deviations from the mean (the mean in any evenly spaced set with an odd number of terms will be the middle term.
User avatar
EMPOWERgmatRichC
User avatar
Major Poster
Joined: 19 Dec 2014
Last visit: 31 Dec 2023
Posts: 21,777
Own Kudos:
Given Kudos: 450
Status:GMAT Assassin/Co-Founder
Affiliations: EMPOWERgmat
Location: United States (CA)
GMAT 1: 800 Q51 V49
GRE 1: Q170 V170
Expert
Expert reply
GMAT 1: 800 Q51 V49
GRE 1: Q170 V170
Posts: 21,777
Kudos: 13,048
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hi coled90,

To start, it is illegal to discuss specific questions that you have faced on the Official GMAT, so I'm going to address this in general terms.

First, the S.D. of ANY 5 positive, consecutive integers will be the SAME result, so for the question to define the group as the 'FIRST five positive integers' is technically unnecessary (and that's not something that GMAT writers tend to do). When combined with the fact that the GMAT has never required that a Test-taker solve this type of calculation, there's a fairly high chance that this was an 'Experimental' question (meaning that it did NOT count towards your Score). In addition, you can eliminate most of the wrong answers fairly easily. Since S.D. is based on a fairly step-heavy calculation under a square-root sign, it's highly UNLIKELY that the result will be an integer (meaning that you could eliminate 3 of the 5 answers you listed). Even if you did not know that, you should be able to logically eliminate at least two of the Answers (since '4' is the range of the group and '1' is the difference between any two consecutive integers; NEITHER of those would be equal to the S.D.).

GMAT assassins aren't born, they're made,
Rich

Archived Topic
Hi there,
This topic has been closed and archived due to inactivity or violation of community quality standards. No more replies are possible here.
Where to now? Join ongoing discussions on thousands of quality questions in our Quantitative Questions Forum
Still interested in this question? Check out the "Best Topics" block above for a better discussion on this exact question, as well as several more related questions.
Thank you for understanding, and happy exploring!