Explanation
Step 1: Identify the Original and New Values
The original numbers are x1,x2,x3,…,xn where each xi=i.
The new numbers, let's call them yi, are formed by replacing each xi with (i+1)xi:
Step 2: Calculate the Sum of New Numbers
The sum of the new set of numbers is:
i=1∑nyi=i=1∑n(i2+i)=i=1∑ni2+i=1∑ni
Using the standard summation formulas:
-
Sum of squares: ∑i2=6n(n+1)(2n+1)
-
Sum of natural numbers: ∑i=2n(n+1)
Now, add them together:
Total Sum=6n(n+1)(2n+1)+2n(n+1)
Take common factor 2n(n+1):
Total Sum=2n(n+1)[32n+1+1]
Total Sum=2n(n+1)[32n+1+3]=2n(n+1)[32n+4]
Total Sum=2n(n+1)⋅32(n+2)=3n(n+1)(n+2)
Step 3: Find the New Mean
The mean is the total sum divided by the number of observations (n):