The mean or arithmetic mean of a set of numbers is obtained by adding the numbers and dividing the result by the 'number' of numbers. It is a key piece of information: if you randomly sample some numbers from the series, you expect them to fluctuate around the mean, and the larger the sample, the closer their average will tend to be to the mean of the series.
An alternative indicator of average is the median, the middle number if all numbers are ordered according to size. The mean and the median need not have the same value; in some cases, the difference can be quite considerable.
Consider the following set of numbers:
{ 5, 4, 10, 3, 3, 4, 7, 4, 6, 5 }
First, you add the numbers to find their sum, that is:
5 + 4 + 10 + 3 + 3 + 4 + 7 + 4 + 6 + 5 = 51
Then you divide that by the number of numbers. In this case, there are 10, so the mean of this set of numbers is:
51 / 10 = 5.1
Note from the example above, that:
The above rules can often be used to calculate the mean of a given set faster. Note further that:
The last property implies that, for instance, it is not possible that all stocks on the stock market are outperformers.
Which of the following statements are true, and which are false?