Median is the middle value out of several numbers given. To find the
median you first need to write the given number in increasing order:
20,22,23,25,25,27,27,28,29,30
Next see is the number od these above given digits is even or odd
If odd: Take the number in the middle
If even: Take mean of the middle two numbers
in our case the number is 10 which is an even number. So:
25+27 / 2
Adding:
52/2
Dividing:
26
Hence the median is 26
median you first need to write the given number in increasing order:
20,22,23,25,25,27,27,28,29,30
Next see is the number od these above given digits is even or odd
If odd: Take the number in the middle
If even: Take mean of the middle two numbers
in our case the number is 10 which is an even number. So:
25+27 / 2
Adding:
52/2
Dividing:
26
Hence the median is 26