Answer:
The median is 3/2.
Explanation:
Our task is to find the median of the data.
Given:
- 0,0, 1, 1, 1, 2, 2, 2, 4, 4
To find:
Solution:
The median is always the middle number. But before we get down to finding the median, we should make sure that the data we're working with is arranged from the lowest number to the highest one.
For example, we can't have a dataset like 9, 5, 3, 10, 15 and say "the median is 3" because we need to arrange it first:
3, 5, 9, 10, 15 => the median is 9
________________________________________________________
Luckily, our data is arranged that way, so we can proceed to find the median.
0,0, 1, 1, 1, 2, 2, 2, 4, 4
We have 2 middle numbers (1 and 2) so we find their mean.
We add them:
1 + 2
3
Then, divide by 2:
3/2 = 1.5