Statement C: is true.
For N consecutive natural numbers starting from 1, the numbers are 1, 2, 3, ..., N.
The average of these numbers is the sum of the numbers divided by N.
The sum of the first N natural numbers is N * (N + 1) / 2.
The average = [N * (N + 1) / 2] / N = (N + 1) / 2.
So, Statement C is true.
कथन C: सत्य है।
1 से शुरू होने वाली N क्रमागत प्राकृतिक संख्याओं के लिए, संख्याएँ 1, 2, 3, ..., N हैं।
इन संख्याओं का औसत N से विभाजित संख्याओं का योग है।
प्रथम N प्राकृतिक संख्याओं का योग N * (N + 1)/2 है।
औसत = [एन * (एन + 1) / 2] / एन = (एन + 1) / 2।
तो, कथन C सत्य है।