Hello!
In order to find the median of a dataset, we should first order the numbers in the dataset from least to greatest:
<u>29</u>, 22, <em>23</em>, 31, <u>29, 29</u>, 22, <em>23</em>
The smallest number is 22, then 23, then 29, then 31:
22, 22, 23, 23, 29, 29, 29, 31
How many numbers are in this set? 8. An <em>even</em> number!
So we find the mean of the 2 numbers in the middle (23 & 29)
We add these numbers and then divide by 2 (because we have 2 numbers)
Which is equal to
Hope everything is clear.
Let me know if you have any questions!
#KeepLearning
:-)