Let x¯, M and σ^2 be respectively the mean mode and variance of n observations x1, x2 ,....., xn and di = (−x1−a) ,i=1,2,.....,n, where a is any number. Statement I : Variance of d1,d1,.....,dn is σ2 Statement II : Mean and mode of d1,d2,.....,dn are −x¯−a and -M-a, respectively
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Please say whether the statements are correct and relevant to each other. Also prove your answer.
As for the case of mode, there is nothing difficult to understand. You see, if the observations x1,x2,...,xn have frequencies f1,f2,...,fn, then obviously the observations (−x1−a),(−x2−a),...,(−xn−a) must have the same set of frequencies, and thus if the r-th x value has the highest frequency, then the r-th d value will have the same, i.e., will be the mode. Now, dir=(−xr−a)=−M−a which shows why the mode is (-M-a). Now, for the mean calculation, we have dˉ=∑1=1nfi∑1=1ndifi=∑1=1nfi∑i=1n(−xi−a)fi=∑1=1nfi−∑i=1nxifi−∑i=1nafi=∑i=1nfi−xˉ∑i=1nfi−a∑i=1nfi=−xˉ−a Similarly we can calculate variance as below:σd2=∑i=1nfi∑i=1n(di−dˉ)2fi=∑i=1nfi∑i=1n{(−xi−a)−(−xˉ−a)}2fi=∑i=1nfi∑i=1n(xi−xˉ)2fi=xd2The basic idea is very simple, in case of mode or mean, we are searching for a central representative value of the whole data set. So, if any change is made to the data variable (scale change and/or origin shifting, here multiplying by -1 and then adding -a respectively), the same change is expected to be reflected in the mean or mode value. But in case of variance, which is the measure of how much the values are dispersed from the central value, no origin shifting is reflected (in simple words, the a's get cancelled during taking the differences). Hope this helped you.