Find the mean, median and mode of 4, 8, 15, 16, 23, 42
- Mean: add and divide by 6
- Median: even count, so average the middle two
- Mode: no value repeats
The mean sits above the median because 42 pulls it up. That gap is what "skewed right" means.
Descriptive statistics, probability and counting, with the formula written out.
Saved on this device only. Nothing leaves your browser.
Descriptive statistics squeeze a list of numbers into one or two that describe it. The arithmetic is easy; the two things that actually cost marks are choosing between a sample and a population, and deciding whether the mean or the median is the honest summary of a skewed list.
Sort the data first. Half of these become obvious once the list is in order.
Add everything, divide by how many. Sensitive to outliers: one huge value drags it.
The middle value of the sorted list, or the average of the middle two when the count is even. Outliers barely move it, which is why incomes are quoted as medians.
The most frequent value. A list can have several modes, or none at all.
Average the squared distances from the mean, then square-root it. Divide by n for a whole population, by n − 1 for a sample. That single choice changes the answer.
Favourable outcomes over total outcomes, when outcomes are equally likely. List the sample space when it is small enough; two dice have 36 outcomes, not 11.
Order matters means permutations, nPr. Order does not matter means combinations, nCr = n! / (r!(n − r)!).
Each one is solved the way the solver solves it: the rule first, then the line.
The mean sits above the median because 42 pulls it up. That gap is what "skewed right" means.
Seven is the most likely total precisely because it has the most ways of happening.
A sample standard deviation divides by n − 1. With small data sets the two answers differ noticeably, and the question usually tells you which one it wants.
The median is the middle of the ordered list. Taking the middle of the list as written is a different number entirely.
Two dice have 36 outcomes, not 11 totals. Each total needs its own count of the ways it can happen.
Population when your numbers are the whole group, dividing by n. Sample when they are a subset used to estimate a larger group, dividing by n − 1. The examples above show both for the same data.
Whenever the data is skewed or has outliers. House prices and incomes are reported as medians because a few very large values would drag the mean away from the typical case.
Yes: z and t tests, confidence intervals, chi-squared, correlation and regression, with the formula and the decision rule shown. Give the numbers and what the test is about.
Yes. Paste the numbers separated by commas, spaces or new lines, up to 2,000 characters, and say what you want from them.