Simply find the average of the entire bunch of numbers.
Then you can go down the list, and easily spot which ones
are smaller than the average and which ones are larger.
To find the average of a bunch of numbers:
-- Add up all of the numbers in the bunch.
-- Divide the sum by how many numbers there are in the bunch.