Question:medium

Median of Data is determined by the following step:

Show Hint

Always remember to sort the dataset first before identifying the middle element. Skipping the sorting step is a common error in calculating the median.
  • By finding the average of all the values
  • By identifying the value that occurs most frequently
  • By arranging the values in ascending order and selecting the middle one
  • By subtracting the smallest value from the largest value
Show Solution

The Correct Option is C

Solution and Explanation

Was this answer helpful?
0