Concept:
The first \( n \) even natural numbers are \( 2, 4, 6, \dots, 2n \).
• The mean of the first \( n \) even natural numbers is \( \mu = n + 1 \).
• The variance of the first \( n \) consecutive natural numbers is \( \frac{n^2-1}{12} \). Since multiplying each data point by a constant \( k \) scales the variance by \( k^2 \), multiplying by 2 changes the variance to:
\[ \text{Variance} = 2^2 \times \frac{n^2-1}{12} = \frac{n^2-1}{3} \]
Step 1: Evaluating Statement I.
As derived above, the variance of the first \( n \) even numbers is \( \frac{n^2-1}{3} \).
The statement claims it is \( \frac{n^2-1}{4} \), which is incorrect. Thus, Statement I is false.
Step 2: Evaluating Statement II.
For the first \( n = 20 \) even natural numbers:
\[
\text{Mean} = n + 1 = 20 + 1 = 21
\]
\[
\text{Variance} = \frac{20^2 - 1}{3} = \frac{400 - 1}{3} = \frac{399}{3} = 133
\]
Calculating the difference between variance and mean:
\[
\text{Difference} = 133 - 21 = 112
\]
This matches Statement II perfectly. Hence, Statement II is true.