To find the average of the squares of the first five natural numbers, we follow these steps:
- List the first five natural numbers: \(1, 2, 3, 4, 5\).
- Calculate the square of each number:
- \(1^2 = 1\)
- \(2^2 = 4\)
- \(3^2 = 9\)
- \(4^2 = 16\)
- \(5^2 = 25\)
- Sum the squares: \(1 + 4 + 9 + 16 + 25 = 55\).
- Calculate the average by dividing the sum of squares by the number of terms: \(\frac{55}{5} = 11\).
Thus, the average of squares of the first five natural numbers is \(11\).