Calculate mean, median, mode and range
key notes :
Mean:
- Definition: The mean (average) is found by adding up all the numbers in a data set and dividing by the number of items.
- Formula: Mean = (Sum of all numbers) / (Number of items)
- Example: Calculate the mean of the numbers 12, 15, 18, 20, and 25:
- Mean = (12 + 15 + 18 + 20 + 25) / 5
- Mean = 90 / 5
- Mean = 18
Median:
- Definition: The median is the middle value in a sorted list of numbers. If there’s an even number of values, it’s the average of the two middle numbers.
- Steps:
- Arrange the numbers in ascending order.
- If the number of items (n) is odd, the median is the (n+1)/2-th item.
- If the number of items (n) is even, the median is the average of the n/2-th and (n/2 + 1)-th items.
- Example: Find the median of 12, 15, 18, 20, and 25:
- Arranged in order: 12, 15, 18, 20, 25
- Median = 18 (middle value)
Mode:
- Definition: The mode is the number that appears most frequently in a data set.
- Example: In the set 12, 15, 18, 20, 20, 25:
- Mode = 20 (appears most frequently)
Range:
Range = 13
Definition: The range is the difference between the largest and smallest values in a data set.
Formula: Range = Largest value – Smallest value
Example: For the numbers 12, 15, 18, 20, and 25:
Range = 25 – 12
Learn with an example
A botanical garden supplied seedlings to 6 schools for Earth Day. The schools requested:
6 seedlings 7 seedlings 7 seedlings 8 seedlings 7 seedlings 9 seedlings
What was the range of the numbers of seedlings requested?
______seedlings
First, find the greatest number. The greatest number is 9.
Next, find the least number. The least number is 6.
Subtract the least number from the greatest number:
9 − 6 = 3
The range of the numbers of seedlings requested was 3.
What is the mean?
-7 -7 -9 -8 -8 -9 -8 -8
First, count how many numbers are in the group.
There are 8 numbers.
Now add all the numbers together:
-7 + -7 + -9 + -8 + -8 + -9 + -8 + -8 = -64
Now divide the sum by the number of numbers:
-64 ÷ 8 = -8
The mean is -8 .
What is the mode?
-3 -5 -3 -3 -6 -5 -6 -3
mode=______
First, arrange the numbers from least to greatest. Remember that with negative numbers, larger numbers like –6 (if you ignore the minus sign) are less than smaller numbers.
-6 -6 -5 -5 -3 -3 -3 -3
Now count how many times each number appears.
-6 appears 2 times.
-5 appears 2 times.
-3 appears 4 times.
The number that appears most often is -3.
The mode is -3.
let’s practice!