Median of a data set
Sort the data first; the median is the middle value (or the average of the two middle values when n is even). The most common ALEKS slip is skipping the sort and reading off the middle of the unsorted list.
Every step of Median of a data set explained on video. Pause anywhere; the embed scrolls independently of the page.
ALEKS randomizes the numbers each attempt, but the question shape stays the same. Here are three example versions you might see.
12 students recorded their morning travel time (minutes):
8, 9, 10, 10, 11, 12, 4, 14, 4, 7, 14, 13
What’s the median?
11 students recorded weekend study hours:
3, 7, 2, 5, 9, 6, 4, 8, 5, 3, 10
What’s the median?
8 fruit prices (dollars):
1.20, 0.85, 2.40, 1.50, 1.80, 0.95, 3.10, 1.65
What’s the median price?
First move
Odd count: 7 values
Even count: 6 values
You walked both odd- and even-count medians.
Same three moves every time: sort, find the middle position, read the value. For even n, average the two middles. ALEKS varies the numbers and the count — the recipe stays the same.