GMAT Focus Edition: GMAT statistics tests conceptual understanding, not calculation. Know how mean, median, and SD respond to adding/multiplying values.
Home β€Ί Course β€Ί Quantitative Reasoning β€Ί Lesson 12
Quantitative Reasoning • Lesson 12 of 20

Statistics &
Data Analysis Mastery

Mean = Sum/n. Weighted average = total sum / total count. Adding a constant shifts mean but not SD. Multiplying by k scales both mean and SD.

Time: 50 mins
Target: Q76 to Q88
Prerequisites: Lessons 1–4
1

Measures of Central Tendency

The Three Centers
Mean
$\bar{x} = \dfrac{\text{Sum}}{n}$
Average of all values. Affected by outliers.
Median
Middle value (sorted)
NOT affected by outliers. For even n: avg of two middles.
Mode
Most frequent value
Can have multiple modes or none.
2

Standard Deviation & Range

GMAT does not ask you to compute standard deviation from scratch. It tests your conceptual understanding of what SD measures and how it changes.

Standard Deviation (SD)

Measures spread around the mean. SD increases when values are more spread out. Adding the same constant to all values does NOT change SD. Multiplying all values by $k$ multiplies SD by $|k|$.

Range
Range = Max βˆ’ Min

Simplest measure of spread. Can be misleading if outliers exist.

3

Weighted Average

Weighted Avg = $\dfrac{w_1 x_1 + w_2 x_2 + \ldots}{w_1 + w_2 + \ldots}$
Used when groups have different sizes β€” don't just average the group averages!

GMAT loves mixing groups: "Class A has 20 students with avg 80, Class B has 30 students with avg 90 β€” what is the combined average?" Answer: weighted, closer to 90 since Class B is larger.

4

Data Set Changes

OperationEffect on MeanEffect on SD
Add constant $k$ to all valuesMean + kNo change
Multiply all values by $k$Mean Γ— kSD Γ— |k|
Add a value equal to current meanNo changeSD decreases
Add an outlierShifts toward outlierSD increases
5

10 Statistics Traps

1. Median requires sorting first

Always sort values before finding the median. {5,1,8,2} β†’ sorted {1,2,5,8} β†’ median = 3.5.

2. Even vs odd count for median

Odd count: take middle. Even count: average the two middle values.

3. Mean β‰  weighted average when group sizes differ

Averaging two group means ignores group size. Always use $\frac{w_1x_1+w_2x_2}{w_1+w_2}$.

4. Adding constant doesn't change SD

Shift all values by 5 β†’ mean shifts, but SD stays the same.

5. Range is not standard deviation

Range = max βˆ’ min. SD measures average squared deviation from the mean. Very different.

6. Larger range β‰  larger SD

{0, 50} has range 50 but SD = 25. {10, 20, 30} has range 20 but could have similar SD.

7. Mean is affected by outliers; median is not

A single very large value pulls the mean up but may not change the median at all.

8. Sum = Mean Γ— n

If average of 8 numbers is 15, their sum = 120. This 'Sum trick' is used in dozens of GMAT problems.

9. Multiplying by $k$: SD multiplies by $|k|$

Double all values β†’ SD doubles. But SD is always non-negative.

10. Mean of consecutive integers = median

For any evenly spaced set (AP), mean = median = average of first and last terms.

6

10 GMAT Practice Questions

Q1 PS Difficulty: 600

The average (mean) of five numbers is 40. If a sixth number, 100, is added, what is the new mean?

(B) 50. Sum of 5 numbers = 5Γ—40 = 200. New sum = 200+100 = 300. New mean = 300/6 = 50.

Q2 PS Difficulty: 550

What is the median of the set {3, 7, 1, 9, 4, 6, 2}?

(B) 4. Sorted: {1, 2, 3, 4, 6, 7, 9}. Middle value (4th of 7) = 4.

Q3 PS Difficulty: 700

Class A has 20 students with an average score of 70. Class B has 30 students with an average score of 80. What is the combined average score?

(D) 76. Total sum = 20Γ—70 + 30Γ—80 = 1400+2400 = 3800. Total students = 50. Weighted avg = 3800/50 = 76.

Q4 PS Difficulty: 650

A set of numbers has mean 50 and standard deviation 10. If 5 is added to every number, what are the new mean and standard deviation?

(B) Mean=55, SD=10. Adding a constant shifts the mean (+5) but does NOT change the spread (SD stays 10).

Q5 PS Difficulty: 500

What is the range of the set {βˆ’3, 0, 4, 7, βˆ’1, 11, 2}?

(D) 14. Max = 11, Min = βˆ’3. Range = 11 βˆ’ (βˆ’3) = 14.

Q6 PS Difficulty: 600

The average of x, y, and z is 15. The average of x and y is 12. What is the value of z?

(D) 21. Sum of x+y+z = 45. Sum of x+y = 24. Therefore z = 45βˆ’24 = 21.

Q7 DS Difficulty: 700

Is the standard deviation of set A greater than the standard deviation of set B?

(1) Set A: {1, 2, 3, 4, 5} and Set B: {10, 11, 12, 13, 14}
(2) The range of A is 4 and the range of B is 4.

(D) Each alone sufficient. (1): Both sets are equally spaced with same spacing. SD of A = SD of B (adding 9 to all values doesn't change SD). So A is NOT greater than B β€” definitively NO. Sufficient. (2): Equal range and same type of data β†’ same SD. Answer definitively NO. Sufficient. Both alone β†’ (D).

Q8 PS Difficulty: 650

A data set has 8 values with mean 20. If two of the values (24 and 16) are removed, what is the new mean?

(C) 20. Original sum = 8Γ—20 = 160. Remove 24+16=40. New sum = 120. New mean = 120/6 = 20. The removed values averaged to 20 β€” same as the mean β€” so mean is unchanged.

Q9 PS Difficulty: 650

If each number in a set is multiplied by 3, which of the following changes?

I. The mean
II. The median
III. The standard deviation

(D) I, II, and III. Multiplying by 3: meanΓ—3, medianΓ—3, SDΓ—3. All three measures scale by the multiplier.

Q10 PS Difficulty: 600

The average of a list of 5 numbers is 30. A number is added and the new average is 32. What number was added?

(C) 42. Original sum = 150. New sum = 6Γ—32 = 192. Number added = 192βˆ’150 = 42.

Lesson Summary — Key Takeaways

Sum = Mean Γ— n

Recover the total sum from the average. Then adjust for added/removed values.

Median needs sorted data

Sort first, then find the middle. For even count, average the two middle values.

Adding a constant: no SD change

SD measures spread, not position. Shifting all values leaves spread identical.

Weighted average: proportional to group size

The combined mean is pulled toward the larger group's mean.

← Lesson 11 Lesson 12 of 20 Lesson 13 →