Question: Find the arithmetic mean of the first five prime numbers.
Options:
Correct Answer: 7
Solution:
First five primes: 2, 3, 5, 7, 11. Mean = (2 + 3 + 5 + 7 + 11) / 5 = 28 / 5 = 5.6.