Example
Count frequencies for the mode and subtract min from max for range.
highlighted = computed this step
Step 1 — Data
List the data values.
pos12345x44792
Step 2 — Frequency table
Count how often each value appears.
x2479freq1211
Step 3 — Mode
Choose the most frequent value as the mode.
mode=4
Step 4 — Range
Subtract the minimum from the maximum.
range=9−2=7
mode-and-range
Mode: the value that appears most often in the data. Range: the difference between the maximum and minimum values. range = max - min