Here are mean median mode examples to find mean median mode in different datasets:
Example 1:
Dataset: 10, 12, 15, 18, 20
Mean: 15
Median: Median is the middle value, which is 15.
Mode: No mode, no value appears more than once.
Example 2:
Dataset: 5, 7, 10, 10, 12, 15, 20
Mean: 11.28
Median: Median is the middle value, which is 10.
Mode: Mode is 10 as it appears twice, more than any other value.
Example 3:
Dataset: 8, 8, 8, 10, 12, 12, 15, 18, 20
Mean: 12.33
Median: Median is the middle value, which is 12.
Mode: Mode is 8 more than any other value.
Example 4:
Dataset: 5, 5, 10, 15, 20
Mean: 11
Median: Median is the middle value, which is 10.
Mode: Mode is 5 as it appears twice, more than any other value.
Example 5:
Dataset: 12, 12, 15, 15, 18, 18, 20, 20
Mean: 16.25
Median: Median is the average of the two middle values, which are 15 and 18, so Median = 16.5
Mode: Mode is 12, 15, 18, and 20 as they all appear twice, making the dataset multimodal.