A data set consists of distinct test scores arranged in ascending order. The percentile of this data set is equal to the score. If new test scores, all strictly lower than the lowest score in the original data set, are added to form a new data set of scores, what is the percentile rank of the score that was the percentile of the original data set?
Answer: 76
Answer
76
The target score originally occupied position 42 in an ordered set of 60 values. When 15 values strictly smaller than all original values are introduced, they occupy the first 15 positions in the new ordered set. Consequently, the target score shifts to position 42 + 15 = 57 in the new set of 75 values. The percentile rank corresponds to the percentage of values at or below this position, calculated as (57 / 75) * 100% = 76%.
Step-by-Step Solution
Key Concept
Percentile Rank and Rank Position Shifts