Analyzing the Setup
Welcome, future engineers! Today, we are not just solving a problem; we are peeling back the layers of statistical variance. We are presented with two statements, and our mission is to determine their truth values.
Let us embark on this journey by first examining the bedrock of our calculation: Statement-2.
The Bedrock of Summation
Statement-2 provides us with two of the most iconic identities in mathematics. The sum of the first n natural numbers is given by:
The sum of their squares is given by:
These are not just formulas; they are the DNA of discrete mathematics. Since these are standard, universally accepted results, we can confidently declare Statement-2 as True.
Defining the Engine
To evaluate Statement-1, we must master the concept of variance. Variance, denoted by σ2, is a measure of how spread out our data is.
The most efficient way to compute it is using the formula:
Here, E[X2] is the mean of the squares and xˉ is the mean of the data set. Think of this as the "average of the squares minus the square of the average."
The Data Set and the Calculation
Our data set consists of the first n even natural numbers: X={2,4,6,…,2n}. We can write the general term as xi=2i for i=1,2,…,n.
Now, let us calculate the mean, xˉ:
Substituting the identity from Statement-2, we get:
Next, we find the mean of the squares, E[X2]:
E[X2]=n∑i=1n(2i)2=n4i=1∑ni2
Using the identity for the sum of squares, we have:
E[X2]=n4⋅6n(n+1)(2n+1)=32(n+1)(2n+1)
The Final Verdict
Now, we bring it all together into our variance formula:
To simplify this, we factor out (n+1):
σ2=(n+1)[32(2n+1)−(n+1)]
Expanding the terms inside the bracket, we get:
Thus, the variance is:
Compare this with Statement-1, which claims the variance is 4n2−1. The denominator is clearly different! The statement is a clever trap, but our rigorous derivation reveals the truth: Statement-1 is False.