Question:

What is the median of this set of values: 2, 5, 7, 10, 10, 15, 20?

Show Hint

With 7 values sorted, the median is the 4th value.
Updated On: Jul 8, 2026
  • 2
  • 10
  • 15
  • 20
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Step 1: Recall the definition of median.
The median is the middle value of a data set once every value is arranged in increasing order.

Step 2: Arrange the data and count it.
The values given are already in increasing order:
\[ 2,\ 5,\ 7,\ 10,\ 10,\ 15,\ 20 \]
There are \(n = 7\) values in this set, an odd number.

Step 3: Find the middle position.
For an odd count \(n\), the median sits at position
\[ \frac{n+1}{2} = \frac{7+1}{2} = 4 \]
So we need the 4th value in the ordered list.

Step 4: Read off the 4th value.
Counting through the list, \(2\) is 1st, \(5\) is 2nd, \(7\) is 3rd, and \(10\) is 4th.

Final Answer:
\[ \boxed{10} \]
Was this answer helpful?
0
0