Whats the difference between class average and class median?

1 Answer
Feb 16, 2017

There are several kinds of averages, but ordinarily it is assumed to be the arithmetic mean. The median, also regarded loosely as an 'average', is calculated in a different way.

Explanation:

Let us consider this list of numbers which, for convenience. are listed in numeric order:

4, 7, 8, 12, 13, 16, 20, 214,7,8,12,13,16,20,21

To get the arithmetic mean, add the numbers together to get the sum. Count the numbers to get the count. Divide the sum by the count to get the arithmetic mean.

4+7+8+12+13+16+20+21 = 101 ->4+7+8+12+13+16+20+21=101 the sum.

There are 88 numbers, so

101 / 8 = 12.6251018=12.625

The arithmetic mean is 12.62512.625.

For the median, take the list of numbers in numeric order and count them i.e. 8. Look for the middle number in the list.

If there is an uneven count of numbers (say we left out 1313 from the list) then 1212 would be the median - the middle number. But, because 88 is an even number, there are two numbers in the middle - 1212 or 1313 - depending on from which end of the list you start counting.

In this case, divide the sum of the middle numbers

(12+13)/2 = 25/2 = 12.512+132=252=12.5

The median is 12.512.5.

Some lists of numbers allow duplicates. In that case there may be more than two middle numbers.

For example, take

4, 5,6,7,7,7,8,94,5,6,7,7,7,8,9

To get the median, add the middle numbers

7+7+77+7+7

and divide by their count, i.e. 33. The median would be

21/3 = 7213=7