To calculate the variance of the first 10 natural numbers that are multiples of 3 , we use the formula for variance:
σ2=n1i=1∑n(xi)2−x2Here, let
xi=3k where
k∈[1,10]. So the numbers are
3×1,3×2,…,3×10.
First, we find the sum of squares of these numbers:
σ2=n1×9k=1∑10k2−9(k)2Calculating step-by-step:
The formula for the sum of squares of the first
n natural numbers is:
k=1∑nk2=6n(n+1)(2n+1)Substituting
n=10 :
k=1∑10k2=610×11×21The mean
k of the first 10 natural numbers is:
k=101k=1∑10k=2×1010×11Plugging these into the variance formula:
σ2=109×610×11×21−9(2010×11)2This simplifies to:
σ2=109×385−9×30.25Finally, calculating the result:
σ2=109×385−272.25=74.25Thus, the variance of the first 10 multiples of 3 is 74.25 .