Percentile Calculator


Answer:

The 88th percentile is: 270


Solution:

In this problem, you want to find the 88th percentile in the data set. At least 88% of the data values will be less than this number.

Take note that there are 18 data values in this data set. Therefore, $N = 18$.

We need to sort them in ascending order.

$ 113, 121, 124, 137, 144, 157, 159, 186, 198, 203, 215, 225, 236, 247, 256, 270, 284, 292 $

The index of the sorted data set represents the position. The first number, 113 has an index of 1, the second, 121 has an index of 2, etc. To find the index of the 88th 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{88}{100} \cdot 18 $$ $$ i = 15.84 $$

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 = 16 $$ Counting 16 data values in the sorted data set from the beginning, the data value at position 16 is 270.

Therefore, the 88th percentile is: 270