Can there be more than one mode? โพ
Yes. A dataset with two modes is called bimodal, three modes is trimodal, and so on. If all values appear equally often, there is no mode.
When is the median better than the mean? โพ
When there are outliers (extreme values). For example, when reporting average income or house prices, the median is usually preferred because a few very high values would inflate the mean and make it unrepresentative.
How do I find the median of an even number of values? โพ
Sort the values, then average the two middle values. For the dataset 2, 4, 6, 8: the two middle values are 4 and 6, so the median is (4+6)/2 = 5.
What is standard deviation? โพ
Standard deviation measures how spread out values are from the mean. A low standard deviation means values cluster close to the mean; a high one means they are spread wide. It's the square root of the variance.