Percentiles Statistics Example 2
Follow the full solution, then compare it with the other examples linked below.
Example 2
mediumGiven the sorted data set of 20 values: 12, 15, 18, 20, 22, 25, 27, 30, 32, 35, 38, 40, 42, 45, 48, 50, 55, 60, 65, 70. Find the value at the 40th percentile.
Solution
- 1 Step 1: Calculate the position: .
- 2 Step 2: Since is a whole number, the 40th percentile is the average of the 8th and 9th values.
- 3 Step 3: 8th value = 30, 9th value = 32. .
Answer
The 40th percentile is 31.
To find a percentile, calculate the position in the sorted data using . When is a whole number, average the th and th values. When is not whole, round up to the next integer position.
About Percentiles
Percentiles are values that divide a ranked distribution into 100 equal parts. The th percentile is the value below which of the data falls, telling you where a specific observation stands relative to the entire dataset.
Learn more about Percentiles โMore Percentiles Examples
Example 1 easy
A student scored in the 85th percentile on a standardised test with 200 test-takers. What does this
Example 3 mediumIn a class of 40 students, a student scored higher than 32 others. What percentile is the student at
Example 4 mediumA baby's weight is at the 25th percentile for her age group. Her parents are worried she is underwei
Example 5 hardIn a normally distributed data set with mean 500 and standard deviation 100, approximately what valu