OMPT Practice

OMPT drill — Probability & statistics

Descriptive statistics

Mean, median, quartiles, standard deviation — and knowing which one a skewed dataset breaks. OMPT-E leans on these harder than most students expect. Write the formula down before plugging in numbers; on this strand the setup is the whole battle.

Tested inOMPT-E

Lesson

Descriptive statistics compresses a dataset into a few honest numbers: a centre (mean or median), a spread (range, interquartile range, or standard deviation), and, when needed, position markers like quartiles. The mean is the balance point: total divided by count. The median is the middle value once the data is sorted. On a tidy symmetric dataset they nearly agree, and the interesting questions start exactly where they do not.

That disagreement is the concept OMPT-E leans on hardest. One extreme value drags the mean toward it, sometimes violently, while the median barely notices: it only cares about the order of the values, not their size. So a single billionaire in the room wrecks the average income and leaves the median income intact. Knowing which summary to trust for skewed data, and being able to say why, is worth as many marks here as any computation.

Problem 1Numeric answer

Five houseplants were measured at heights 4, 7, 9, 10 and 15 cm. What is the mean height?

Show the worked solution

Answer: 9

The sum is , and dividing by the 5 observations gives a mean of cm. As a check, the mean here equals the middle value, though that is coincidence, not a rule.

Problem 2Multiple choice

What is the median of the data set ?

  1. A
  2. B
  3. C
  4. D
Show the worked solution

Answer: B

With an even number of ordered observations, the median is the mean of the two middle ones: .

Problem 3Numeric answer

Compute the population standard deviation of . Round to two decimals.

Show the worked solution

Answer: 2.24

The mean is . The squared deviations are , summing to 20. Dividing by gives a variance of 5, so the standard deviation is .

Problem 4Multiple choice

Every value in a data set is increased by 5. What happens to the mean and the standard deviation?

  1. ABoth increase by 5
  2. BMean increases by 5; standard deviation is unchanged
  3. CMean is unchanged; standard deviation increases by 5
  4. DBoth are unchanged
Show the worked solution

Answer: BMean increases by 5; standard deviation is unchanged

Shifting all data by the same amount drags the mean along by exactly that amount. The spread, however, is about distances between values, and those distances are untouched by a shift — so the standard deviation stays the same. Multiplying by a constant is the operation that scales the spread.

Problem 5Spot the error

A student summarises the ordered data set . Step 1: the median is the fourth value, 7. Step 2: the first quartile is 4 and the third quartile is 11. Step 3: the interquartile range is . Which step contains the error?

Show the worked solution

Answer: Step 3

Steps 1 and 2 are right: with seven values the median is the fourth, and the quartiles are the medians of the lower half and upper half . Step 3 computes the range, not the interquartile range. The IQR is , the width of the middle half of the data.

Problem 6Numeric answer

A course grade is built from an exam counting 40% and homework counting 60%. A student scored 6.0 on the exam and 8.5 on homework. What is the final grade?

Show the worked solution

Answer: 7.5

This is a weighted mean: . The result sits closer to 8.5 than to 6.0 because homework carries the heavier weight.