Mean, median, and mode: Computations
All three measures of center on one data set. Sort once at the start — that sorted list serves the median and helps you spot the mode at a glance. Mean is independent of sort order but easier to double-check after.
A short walkthrough explaining what you need to know and how to solve this question type lands here once it's recorded.
ALEKS randomizes the numbers each attempt, but the question shape stays the same. Here are three example versions you might see.
Adults who are being tested for dementia are asked to perform mental tasks such as listing as many animals as they can in one minute. Here are the numbers of animals listed in one minute by 10 adults:
11, 17, 12, 21, 10, 24, 23, 20, 10, 14
(a) What is the median? (Round to one decimal place.)
(b) What is the mean? (Round to one decimal place.)
(c) How many modes does the data set have, and what are their values?
A typing speed test was given to 10 employees. Their results (in words per minute) are:
45, 52, 38, 60, 47, 52, 41, 55, 50, 52
(a) Find the median.
(b) Find the mean.
(c) Identify the mode(s).
A reading group of 10 members recorded the number of pages each member read this week:
120, 95, 140, 85, 95, 130, 110, 95, 105, 125
(a) Find the median.
(b) Find the mean.
(c) Identify the mode(s).
median = middle of sorted data
mode = most frequent value(s)
Sort the data once.
Given: 11, 17, 12, 21, 10, 24, 23, 20, 10, 14. Sorted:
n = 10. The sorted list does double duty: median lives in the middle; mode is easy to spot when duplicates are adjacent.
Median: average positions 5 and 6.
With n = 10 (even), the median is the average of the two middle values:
Mean: sum, then divide.
Add the original values (order doesn't matter for the sum):
mean = 162 / 10 = 16.2
Mode: look for repeats in the sorted list.
Only 10 repeats (twice); every other value appears once. So there is exactly one mode:
On ALEKS, select "one mode" and enter 10 in the value box.
Try the same recipe on the typing-speed data set. Sort once; the rest falls out.
Compute the median.
Compute the mean.
Identify the mode.
You've walked through the whole problem.
That's the move. ALEKS will give you a different version with different numbers — but the steps are the same.