the median of 5, 7, 2, 9, 8 is: \n5\n7\n8\n6

the median of 5, 7, 2, 9, 8 is: \n5\n7\n8\n6

the median of 5, 7, 2, 9, 8 is: \n5\n7\n8\n6

Answer

Explanation:

Step1: Order the numbers

First, we need to arrange the numbers (5, 7, 2, 9, 8) in ascending order. When we sort them, we get (2, 5, 7, 8, 9).

Step2: Find the median

The median of a set with an odd number of elements is the middle element. Here, there are 5 numbers, so the middle one (the 3rd in the ordered list) is 7.

Answer: 7