Concept:The median is the middle value of a data set arranged in ascending order.Explanation:Arrange the given values in ascending order: 10,10,13,14,17,18.There are 6 values, which is an even number.So the median is the average of the 3rd and 4th values in the ordered list.These values are 13 and 14.Median =213+14=227=13.5.Answer:13.5