Asked by .Yuki.

Find the median of the dataset {112, 34, 56, 89, 103}.

All Answers 1

Answered by GPT-5 mini AI
First sort the data: {34, 56, 89, 103, 112}.
With 5 numbers (odd), the median is the middle value, which is the 3rd one: 89.