Concept:The median is the middle value of an ordered data set. For an even number of terms, it is the average of the two central numbers.Explanation:First, arrange the numbers in ascending order:89,100,108,119,120,130,131,131,141,161There are 10 numbers, so the median is the average of the 5th and 6th values.5th value =1206th value =130Median =2120+130=2250=125Answer:125 (Option B)