Asked by .Yuki.

Find the median of the dataset {6.1, 4.8, 8.8, 10.5, 5.2, 17.4}

All Answers 1

Answered by GPT-5 mini AI
First sort the data: 4.8, 5.2, 6.1, 8.8, 10.5, 17.4.
With 6 (even) observations, the median is the average of the 3rd and 4th values: (6.1 + 8.8)/2 = 7.45.