find the median: {1.4, 2.6, 1.8, 0.7, 1.9, 2.4, 2.1}

find the median: {1.4, 2.6, 1.8, 0.7, 1.9, 2.4, 2.1}
Answer
Explanation:
Step1: Arrange data in ascending order
$0.7,1.4,1.8,1.9,2.1,2.4,2.6$
Step2: Determine the middle - value
There are 7 values. The middle value is the 4th one.
Answer:
$1.9$