Find the median of the number

4,6,4,7,2,3,8,9,7,4

1 answer

To find the median of a list of numbers, first arrange the numbers in numerical order:

2, 3, 4, 4, 4, 6, 7, 7, 8, 9

Since there are 10 numbers, the median will be the average of the 5th and 6th numbers when arranged in order:

(4 + 6) / 2 = 5

Therefore, the median of the numbers 4, 6, 4, 7, 2, 3, 8, 9, 7, 4 is 5.