00:01
In order to find the median, the first thing that we'll need to do is to sort the data.
00:05
So it looks like our first value, and specifically we want to sort it in ascending order, the first value would be negative 5, that is the smallest value, or the most negative.
00:15
So we'd have negative 5, then negative 4, negative 3, negative 2, 0, 2, 2, 4, 4, and 5.
00:34
I'm just making sure that i read all of them properly.
00:38
Yep.
00:39
So once we have the data sorted, we want to count the number of values.
00:45
So we have 1, 2, 3, 4, 5, 6, 7, 8, 9, 10...