All practice topics

Descriptive Statistics

12 practice questions with full worked solutions. Free, no account needed.

Problems & worked solutions

Problem #0009 International

Problem 1Mean, Median, Mode

The dataset {2,4,4,6,9}\{2, 4, 4, 6, 9\} has mean mm and median MM. Compute m+Mm + M.

Show answer & worked solution
  1. A. 88
  2. B. 99✓ correct
  3. C. 1010
  4. D. 1111

Mean: (2+4+4+6+9)/5=25/5=5(2+4+4+6+9)/5 = 25/5 = 5. Median (middle of the sorted set): 44. So m+M=5+4=9m + M = 5 + 4 = 9.

Problem #3572 International

Problem 2Mean, Median, Mode

A shop recorded the number of bicycles it sold on each of six days: 88, 1515, 66, 1111, 1919, 1010. The median number of bicycles sold per day is:

Show answer & worked solution
  1. A. 10.510.5✓ correct
  2. B. 11.511.5
  3. C. 1010
  4. D. 1111
  5. E. 8.58.5

Written in increasing order, the six daily totals are:

6, 8, 10, 11, 15, 196,\ 8,\ 10,\ 11,\ 15,\ 19

With n=6n = 6 there is no single central day: the two central positions are the 33rd and the 44th, holding 1010 and 1111.

The median is the mean of that pair:

10+112=10.5\dfrac{10 + 11}{2} = 10.5

Problem #3571 International

Problem 3Mean, Median, Mode

The table shows the number of goals a football team scored in each of its 2020 matches this season.

| Goals scored | 00 | 11 | 22 | 33 | 44 | |---|---|---|---|---|---| | Number of matches | 33 | 77 | 55 | 44 | 11 |

The modal number of goals is:

Show answer & worked solution
  1. A. 11✓ correct
  2. B. 77
  3. C. 22
  4. D. 44
  5. E. 1.51.5

The frequencies are 33, 77, 55, 44 and 11, and they total 3+7+5+4+1=203 + 7 + 5 + 4 + 1 = 20, matching the 2020 matches played.

The largest frequency is 77, and it sits in the column headed 11: the team scored exactly 11 goal in 77 matches, more often than any other score. No other score is reached that many times, so the modal value is unique.

mode=1\text{mode} = 1

Problem #3384 International

Problem 4Spread, Variance, Standard Deviation

The variance of the values 1,2,31, 2, 3 is:

Show answer & worked solution
  1. A. 13\dfrac{1}{3}
  2. B. 23\dfrac{2}{3}✓ correct
  3. C. 22
  4. D. 63\dfrac{\sqrt{6}}{3}

Mean: xˉ=1+2+33=2\bar{x} = \dfrac{1+2+3}{3} = 2.

Squared deviations:

(12)2+(22)2+(32)2=1+0+1=2(1-2)^2 + (2-2)^2 + (3-2)^2 = 1 + 0 + 1 = 2

So σ2=23\sigma^2 = \dfrac{2}{3}.

Problem #3385 International

Problem 5Spread, Variance, Standard Deviation

The standard deviation of a statistical series is equal to:

Show answer & worked solution
  1. A. the square of the variance
  2. B. the square root of the variance✓ correct
  3. C. the mean of the series values
  4. D. the sum of the values divided by nn

By definition, the standard deviation σ\sigma is the square root of the variance σ2\sigma^2:

σ=σ2\sigma = \sqrt{\sigma^2}

The mean and the sum divided by nn denote the arithmetic mean, not the standard deviation.

Problem #3383 International

Problem 6Spread, Variance, Standard Deviation

The arithmetic mean of the values 2,4,62, 4, 6 is:

Show answer & worked solution
  1. A. 33
  2. B. 55
  3. C. 44✓ correct
  4. D. 1212

With n=3n=3 values:

xˉ=2+4+63=123=4\bar{x} = \dfrac{2 + 4 + 6}{3} = \dfrac{12}{3} = 4

Problem #3386 International

Problem 7Spread, Variance, Standard Deviation

For the values 4,4,4,44, 4, 4, 4, the variance is equal to:

Show answer & worked solution
  1. A. 00✓ correct
  2. B. 44
  3. C. 1616
  4. D. 22

Mean: xˉ=4+4+4+44=4\bar{x} = \dfrac{4+4+4+4}{4} = 4.

All deviations are zero: xixˉ=0x_i - \bar{x} = 0 for every ii, so

σ2=14(02+02+02+02)=0\sigma^2 = \dfrac{1}{4}\bigl(0^2+0^2+0^2+0^2\bigr) = 0

Problem #0940 US SAT

Problem 8Descriptive Statistics

The mean of the data set {2,4,4,6,9}\{2, 4, 4, 6, 9\} is:

Show answer & worked solution
  1. A. 44
  2. B. 55✓ correct
  3. C. 66
  4. D. 4.54.5

Sum =2+4+4+6+9=25= 2 + 4 + 4 + 6 + 9 = 25.

Mean =255=5= \dfrac{25}{5} = 5.

Problem #3573 International

Problem 9Mean, Median, Mode

A set of 88 numbers has mean 1212. When one of the numbers is removed, the remaining 77 numbers have mean 1313. The number that was removed is:

Show answer & worked solution
  1. A. 55✓ correct
  2. B. 2020
  3. C. 11
  4. D. 1212
  5. E. 1313

The eight original numbers add up to:

8×12=968 \times 12 = 96

The seven numbers that remain add up to:

7×13=917 \times 13 = 91

The two totals contain exactly the same numbers except for the one that was deleted, so that number is the gap between them:

9691=596 - 91 = 5

As a check, 55 lies below the original mean of 1212, so deleting it pulls the mean of what is left upwards — consistent with the new mean of 1313.

Problem #3574 International

Problem 10Spread, Variance, Standard Deviation

A survey of 1010 households records the number of pets in each household:

Pets01234Households12421\begin{array}{c|ccccc} \text{Pets} & 0 & 1 & 2 & 3 & 4 \\ \hline \text{Households} & 1 & 2 & 4 & 2 & 1 \end{array}

The population variance of the number of pets per household is:

Show answer & worked solution
  1. A. 1.21.2✓ correct
  2. B. 22
  3. C. 2.42.4
  4. D. 3.23.2
  5. E. 5.25.2

Total frequency: f=1+2+4+2+1=10\sum f = 1+2+4+2+1 = 10.

Weighted total: fx=01+12+24+32+41=0+2+8+6+4=20\sum f x = 0\cdot 1 + 1\cdot 2 + 2\cdot 4 + 3\cdot 2 + 4\cdot 1 = 0+2+8+6+4 = 20, so

xˉ=2010=2\bar{x} = \dfrac{20}{10} = 2

Weighted squared deviations, using d=x2d = x - 2:

f(xxˉ)2=14+21+40+21+14=12\sum f\,(x-\bar{x})^{2} = 1\cdot 4 + 2\cdot 1 + 4\cdot 0 + 2\cdot 1 + 1\cdot 4 = 12

Dividing by the total frequency 1010:

σ2=1210=1.2\sigma^{2} = \dfrac{12}{10} = 1.2

Which exam are you sitting?