What is the average of the first 15 odd numbers?
Answer: A
The sum of the first n odd numbers is \(n^2\).
The average of the first n odd numbers is \(\frac{\text{Sum}}{n} = \frac{n^2}{n} = n\).
So, the average of the first 15 odd numbers is 15.