List and Sort Data: Step 1: List the data set and sort it in ascending order.Data set: 8,2,10,1,5,4,7,5Sorted data set: 1,2,4,5,5,7,8,10
Determine Median: Step 2: Determine the median. Since there are 8 numbers, the median will be the average of the 4th and 5th numbers in the sorted list.4th number: 55th number: 5Median calculation: (5+5)/2=5