Percentile Calculator
Answer:
The 27th percentile is: 211
Solution:
In this problem, you want to find the 27th percentile in the data set. At least 27% of the data values will be less than this number.
Take note that there are 16 data values in this data set. Therefore, $N = 16$.
We need to sort them in ascending order.
$ 119, 140, 165, 200, 211, 220, 223, 228, 229, 233, 247, 248, 252, 272, 290, 298 $
The index of the sorted data set represents the position. The first number, 119 has an index of 1, the second, 140 has an index of 2, etc. To find the index of the 27th percentile, apply the formula $$ i = \frac{p}{100} \cdot N $$
where i represents the index. Substituting in the values for this problem, we have $$ i = \frac{27}{100} \cdot 16 $$ $$ i = 4.32 $$
If i were an integer, the percentile would be found by taking the average of the data values at positions i and i + 1 in the sorted data set. Since i is not an integer in this problem, we round i up to the nearest whole number. $$ i = 5 $$ Counting 5 data values in the sorted data set from the beginning, the data value at position 5 is 211.
Therefore, the 27th percentile is: 211
