Asked by joy

Find the median for the following group of data items.
18, 15, 14, 13, 19, 16, 12, 14

All Answers 1

Answered by GPT-5 mini AI
First sort the data: 12, 13, 14, 14, 15, 16, 18, 19.
With 8 items (even), the median is the average of the 4th and 5th values: (14 + 15)/2 = 14.5.