Percentiles and Quartiles
Problem
Find the 25th, 50th, and 75th percentiles of 20 exam scores. Show position on ordered data.
Explanation
What are percentiles?
The th percentile is the value below which of the data falls.
- 25th percentile = Q1 (first quartile)
- 50th percentile = Q2 (median)
- 75th percentile = Q3 (third quartile)
Step-by-step: Finding percentiles
Step 1 — Sort the data from smallest to largest.
Step 2 — Compute the position: , where is the percentile and is the number of data points.
Step 3 — If is not a whole number, round up to get the position. If it is a whole number, average the values at positions and .
Example with 20 scores
For Q1 (25th percentile): . Average values at positions 5 and 6.
For Q2 (50th percentile): . Average values at positions 10 and 11.
For Q3 (75th percentile): . Average values at positions 15 and 16.
Interpretation
If your score is at the 90th percentile, you scored higher than 90% of test-takers.
Try it in the visualization
The sorted data is displayed. Q1, Q2, Q3 are marked with vertical lines. Each quartile contains exactly 25% of the data.
Interactive Visualization
Parameters
Got your own math or physics problem?
Turn any problem into an interactive visualization like this one — powered by AI, generated in seconds. Free to try, no credit card required.