Concept:The median is the middle value of an ordered data set.When the number of terms is even, it is the average of the two middle terms.Explanation:Arrange the data in ascending order:2,2,3,3,3,4,4,4,4,5,5,5,7,8,9,9There are 16 values, so the median is the average of the 8th and 9th terms.The 8th term is 4 and the 9th term is 4.Median =24+4=4Answer:D. 4