Percentile Calculator


Answer:

The 29th percentile is: 173


Solution:

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

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

We need to sort them in ascending order.

$ 123, 164, 170, 173, 197, 199, 211, 212, 235, 286, 296, 297 $

The index of the sorted data set represents the position. The first number, 123 has an index of 1, the second, 164 has an index of 2, etc. To find the index of the 29th 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{29}{100} \cdot 12 $$ $$ i = 3.48 $$

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

Therefore, the 29th percentile is: 173