standarddeviationcalculator.net

Updated Free · runs in your browser

Learn

Standard deviation practice problems

Standard deviation practice problems you answer on the page. Pick a topic, work the problem out, type your answer and press Check: you see at once whether it is right, the full worked solution, and the next problem.

Press Check. Leave the box empty and press Check to skip to a new problem.

How to use it

  1. Choose a topic. A new problem appears straight away; changing the topic always starts a new one.
  2. Work it out on paper or with a calculator. Keep the mean unrounded until the end.
  3. Type your answer to 2 decimal places and press Check (or Enter).
  4. Read the verdict, then open "Show the working, step by step" for the full solution to the problem you just answered.
  5. The next problem is already showing. Clear the box and go again. To skip a problem, leave the box empty and press Check.

Answers are accepted within 0.01 of the correct value rounded to 2 decimal places. The running score counts every answered problem until you reload the page; nothing is stored.

The seven topics

TopicWhat you are givenWhat you find
Sample SD5–7 values from a larger groups, dividing by n − 1
Population SD5–7 values that are the whole groupσ, dividing by N
Variance5–7 values, labelled sample or populations² or σ², no square root
Mean ± k SDA mean, an SD and k = 1, 2 or 3The lower and upper limits
Z-scoreA mean, an SD and one valuez = (x − μ) ÷ σ
Coefficient of variation5–7 sample valuesCV = s ÷ x̄ × 100%
Frequency tableValues with frequencies, sample or populations or σ using f·(x − x̄)²

The two formulas behind almost every problem are:

s = √[ Σ(x − x̄)² ÷ (n − 1) ] σ = √[ Σ(x − μ)² ÷ N ]

If you are unsure which one a problem needs, the wording tells you: "a sample drawn from a larger group" means s, and "all the values of interest" means σ. The reasoning is in sample vs population standard deviation.

Three sample problems with solutions

These three show the kind of problem the tool sets and the level of working in its solutions. They are fixed, so you can read them without JavaScript.

Sample problem 1: sample standard deviation

A sample of five daily step counts, in thousands, is 14, 9, 11, 16, 10. Find the sample standard deviation to 2 decimal places.

Show solution

Sum = 60, n = 5, so x̄ = 12.

xx − x̄(x − x̄)²
1424
9−39
11−11
16416
10−24
Σ 60034

s² = 34 ÷ (5 − 1) = 8.5 s = √8.5 = 2.9155 ≈ 2.92 thousand steps

Dividing by 5 instead would give 2.61, which the checker would mark wrong.

Sample problem 2: z-score

Marks on an exam have a mean of 68 and a standard deviation of 7.5. Find the z-score of a mark of 81, to 2 decimal places.

Show solution

z = (x − μ) ÷ σ = (81 − 68) ÷ 7.5 = 13 ÷ 7.5 = 1.7333 ≈ 1.73

The mark is 1.73 standard deviations above the mean. For a mark below the mean the z-score is negative; type it with a minus sign. The z-score calculator converts a z-score to a percentile.

Sample problem 3: SD from a frequency table

Twenty households were asked how many cars they own. Treating these twenty as the whole population of a small street, find the population standard deviation to 2 decimal places.

Cars xHouseholds f
03
15
27
34
41
Show solution

N = Σf = 20 and Σf·x = 0 + 5 + 14 + 12 + 4 = 35, so μ = 35 ÷ 20 = 1.75.

xfx − μf·(x − μ)²
03−1.759.1875
15−0.752.8125
270.250.4375
341.256.25
412.255.0625
Σ2023.75

σ² = 23.75 ÷ 20 = 1.1875 σ = √1.1875 = 1.0897 ≈ 1.09 cars

The common mistake is to forget the f in f·(x − μ)², which treats each row as a single household. The frequency table calculator shows the same working for any table.

Mistakes the checker catches most often

Using the wrong divisor. On five values, dividing by n instead of n − 1 shrinks the SD by about 11% (the factor is √(4/5) = 0.894), which moves the answer well outside the 0.01 margin.

Rounding the mean too early. If the mean is 38.5714 and you use 38.6, every deviation is off by 0.03 and the error builds up in the squares. Keep four or more decimals, or the exact fraction.

Stopping at the variance, or square-rooting it when the question asks for the variance. Check the symbol: s² and σ² are variances, s and σ are standard deviations.

Dividing by the number of rows in a frequency table instead of the total frequency. The table in sample problem 3 has 5 rows but describes 20 households.

Other ways to practise

For paper practice or a class set, the printable standard deviation worksheets have four graded worksheets with answer keys and a generator for fresh sets. To test understanding rather than arithmetic, the standard deviation quiz asks 15 multiple-choice questions and explains each answer. To see the method applied in context first, read the worked standard deviation examples, ten real-world problems from exam scores to process capability.

Standard deviation practice problems: the worked example on this page, with its result and chart
Standard deviation practice problems: the worked example above, at a glance.

Common questions

How is my answer marked?

The correct answer is rounded to 2 decimal places, and your answer counts as right if it is within 0.01 of that. So if the answer is 2.9155, then 2.92, 2.91 and 2.93 are all accepted. The margin allows for a slightly different rounding of the mean along the way, but not for using the wrong formula: dividing by n instead of n − 1 usually changes the second decimal by more.

Does the practice keep my score?

Yes, for as long as the page is open. The score counts every problem you answer, across all topics. Skipped problems (an empty box and Check) are not counted. Nothing is saved or sent anywhere, so reloading the page starts again from zero.

How do I type a negative z-score or a percentage?

Type a minus sign in front, such as −1.35 or -1.35; both work. For the coefficient of variation, type the percentage with or without the % sign: 30.65 and 30.65% are marked the same. For an interval, type both limits separated by a comma, such as 61.8, 83.0.

What is the difference between this page, the worksheets and the quiz?

This page is for drilling calculations on screen, one random problem at a time, with instant marking. The worksheets are fixed sets you print, with answer keys for a teacher. The quiz is multiple choice and tests understanding (what the SD means, when to use n − 1) rather than arithmetic.

Can I use a calculator while practising?

Yes, and for anything beyond five values you probably should for the square root. The skill being practised is setting the problem up correctly: the right divisor, the frequencies applied to each row, the mean kept unrounded. To check a data set of your own, paste it into the standard deviation calculator.