Calculate and Interpret Percentile Rank of Scores in Ungrouped Data

Master percentile rank calculation for ungrouped data in CBSE Class 11 Applied Mathematics. Learn formulas, step-by-step examples, and practice problems.

Definition of Percentile Rank

The percentile rank of a score is the percentage of scores in its frequency distribution that are equal to or lower than that score. It indicates the relative standing of a value within a dataset. For a set of n observations, the percentile rank helps determine what portion of the data falls below a specific point.

PR = (B/n) × 100
Example: Solved Example: Finding Percentile Rank
Show Step-by-Step Solution

Step 1: Arrange data in ascending order: 12, 15, 18, 20, 22.
Step 2: Identify scores less than or equal to 18, which are 12, 15, 18 (B = 3).
Step 3: Calculate PR = (3/5) × 100 = 60.
Answer: The percentile rank of 18 is 60.

Calculation for Ungrouped Data

To calculate the percentile rank for a specific score x in an ungrouped dataset, first sort the data in ascending order. Count the number of values B that are less than or equal to x. Divide B by the total number of observations n and multiply by 100.

PR = (Number of values ≤ x / Total number of values) × 100
Example: Solved Example: Calculating Rank for 25
Show Step-by-Step Solution

Step 1: Data = {10, 20, 25, 30, 40, 50}. n = 6.
Step 2: Values ≤ 25 are {10, 20, 25}. B = 3.
Step 3: PR = (3/6) × 100 = 50.
Answer: The percentile rank is 50.

Interpretation of Percentile Rank

A percentile rank of 80 means that 80% of the data points are less than or equal to the given score. It is a measure used to compare an individual's performance against a group. Unlike percentage scores, percentile ranks are relative to the specific distribution of the dataset.

Percentile Rank = (Cumulative Frequency of score / Total frequency) × 100
Example: Solved Example: Interpreting a Score
Show Step-by-Step Solution

Step 1: Given dataset {5, 10, 15, 20}.
Step 2: For score 15, values ≤ 15 are {5, 10, 15}. B = 3.
Step 3: PR = (3/4) × 100 = 75.
Answer: 75% of the data is at or below 15.