1. The mean and variance of 8 observations are 9 and 9.25 respectively. If 6 of them are 6, 7, 10, 12, 12, 13, find the other two.
Sum of all 8 = 72. Sum of given = 60. Missing two: a+b = 12. Sum of squared deviations = 8·9.25 = 74. Squared deviations of given (from 9): 9, 4, 1, 9, 9, 16 → sum = 48. So (a−9)² + (b−9)² = 26. With a+b = 12: b = 12−a. Substitute: (a−9)² + (3−a)² = 26 → 2a²−24a+90 = 26 → a²−12a+32 = 0 → a = 4 or 8. So missing observations are 4 and 8.
2. Mean and SD of 6 observations are 8 and 4. If each observation is multiplied by 3, find new mean and SD.
For Y = 3X: mean(Y) = 24; SD(Y) = 12. (Both scale by 3.)
5. Mean and SD of 100 observations are 50 and 5. Two observations 60 and 50 (one wrong) were misread as 40 and 60. Find correct mean and SD.
Old sum = 5000. Subtract wrong: 5000 − 40 − 60 = 4900. Add correct: 4900 + 60 + 50 = 5010. Wait, that doesn't match: original recorded values 40, 60 sum to 100, true 60+50=110. Net difference +10. New sum = 5010. New mean = 50.10. (For SD, similarly adjust Σx² and recompute.) [Detailed calculation depends on textbook variant.]
Activity: Build a Class Performance Report
L4 Analyse
Materials: Pen, paper, calculator.
Predict: Suppose you are a teacher with 30 students' marks. Compute mean and SD by hand for the small set: 65, 72, 80, 55, 90, 78, 60, 85, 70, 75. Interpret what they mean for the class.
Mean = (65+72+80+55+90+78+60+85+70+75)/10 = 730/10 = 73.
Deviations from 73: −8, −1, 7, −18, 17, 5, −13, 12, −3, 2. Squared: 64,1,49,324,289,25,169,144,9,4 → sum 1078.
σ² = 107.8; σ ≈ 10.38.
Interpretation: average mark 73, with typical spread of ±10 marks. About 68% of students scored 63–83.
Coefficient of variation: CV = σ/x̄ × 100 = 14.2%. Used to compare different scales. (E.g. compare with another class even if their absolute means differ.)
Mean alone is misleading; SD captures spread; CV (= σ/mean × 100%) lets you compare variabilities across different scales (e.g. compare student marks vs. household income spread). The full triple (mean, SD, CV) is the standard descriptive summary in research papers.
Consolidation Competency-Based Questions
Scenario: A statistician compares two stocks. Stock A: monthly returns mean 8%, SD 4%. Stock B: mean 8%, SD 12%.
Q1. Which stock is riskier?
L3 Apply
Answer: Stock B (3× the SD of A). Same expected return but much higher month-to-month volatility = higher risk.
Q2. (T/F) "If Y = 2X − 10, then SD(Y) = 2·SD(X) − 10." Justify.
L5 Evaluate
False. SD(Y) = |2|·SD(X) = 2·SD(X) — the constant −10 has NO effect on SD. The student likely confused SD with mean (which DOES have the −10 term). Standard mistake.
Q3. Compute the SD of: 2, 4, 5, 6, 8, 17.
L3 Apply
Answer: Sum = 42, mean = 7. Deviations: −5,−3,−2,−1,1,10. Squared: 25,9,4,1,1,100 → sum 140. σ² = 140/6 ≈ 23.33. σ ≈ 4.83.
Q4. Apply: a class has mean score 72 and SD 8. The teacher decides to scale all scores by 1.25 (multiply) and add 10. Find new mean and SD.
L4 Analyse
Solution: New mean = 1.25·72 + 10 = 100. New SD = 1.25·8 = 10. (Multiplier scales SD; constant doesn't.)
Q5. Design: a researcher wants a single measure that combines spread (in the data's units) and central value to compare different datasets fairly. Suggest a formula and explain.
L6 Create
Solution: The coefficient of variation CV = (σ/mean) × 100%. Dimensionless. Compares variability across different scales: e.g. household income (₹thousands) vs. heights (cm). A CV of 15% on income vs 5% on heights tells you incomes are 3× more variable in relative terms even if the absolute SDs are very different.
Consolidation Assertion–Reason
Assertion (A): Variance is always non-negative. Reason (R): Variance is the average of squared deviations, and squares are non-negative.
(a) Both true, R explains A.
(b) Both true, R doesn't explain A.
(c) A true, R false.
(d) A false, R true.
Answer: (a). Sum of non-negative numbers ≥ 0; divided by n ≥ 0.
Assertion (A): Variance equals zero iff all observations are equal. Reason (R): Σ(xᵢ − x̄)² = 0 requires every (xᵢ − x̄) = 0, i.e. every xᵢ = x̄.
(a) Both true, R explains A.
(b) Both true, R doesn't explain A.
(c) A true, R false.
(d) A false, R true.
Answer: (a). R is the algebraic argument that yields A.
Chapter Summary
Key formulas at a glance
Range = max − min.
Mean Deviation about a: M.D.(a) = (1/n)·Σ|xᵢ − a|. About mean: M.D.(x̄). About median: M.D.(M) — minimised choice.
For frequency distribution: M.D. = Σfᵢ|xᵢ − x̄|/N where N = Σfᵢ.
Variance: σ² = (1/n)·Σ(xᵢ − x̄)² = (1/n)·Σxᵢ² − x̄² ("mean of squares minus square of mean").
Standard deviation: σ = √variance — same units as data.
Frequency distribution variance: σ² = Σfᵢ(xᵢ − x̄)²/N.
Step-deviation: y = (x − A)/h ⇒ σ_x = h·σ_y.
Linear transformation: Y = aX + b ⇒ var(Y) = a²·var(X), SD(Y) = |a|·SD(X). Constant b shifts but doesn't spread.
Coefficient of Variation: CV = (σ/x̄)·100% — dimensionless, comparable across scales.
Historical Note
"Statistics" comes from Latin status, meaning "state" — the discipline arose from the needs of governments to count populations, taxes, military conscriptions and trade. Early demographic compilations include the Domesday Book (England, 1086) and detailed Mughal-era revenue records.
The mathematical theory of statistics took off in the late 19th century. Karl Pearson (1857–1936) defined the standard deviation in 1893, the chi-squared test in 1900, and Pearson's correlation coefficient. R. A. Fisher (1890–1962) developed maximum likelihood estimation, ANOVA, and the design of experiments — laying the foundations of modern inferential statistics.
Indian contributions are significant: P. C. Mahalanobis (1893–1972) founded the Indian Statistical Institute in 1931, devised the Mahalanobis distance (a multivariate generalisation of standardisation), and was a key architect of India's national income and household surveys. C. R. Rao (1920–2023) developed the Cramér-Rao bound, Fisher information, and many tools of estimation theory used worldwide.
The 21st century has seen the explosion of "data science" — statistics combined with computing on massive datasets. Concepts you've learned here (mean, SD, variance, dispersion) are the building blocks of every machine-learning algorithm in use today.
Frequently Asked Questions
What is the chapter summary of Class 11 Maths Statistics?
Measures of dispersion: range, mean deviation, variance, standard deviation. Variance σ² and SD σ are workhorses; SD has the same units as the data. Linear transformations: Y = aX + b ⇒ SD(Y) = |a|·SD(X).
Who developed modern statistics?
Karl Pearson (SD, chi², correlation), R.A. Fisher (ANOVA, MLE), Mahalanobis and C.R. Rao among Indian pioneers.
🤖
AI Tutor
Mathematics Class 11
Ready
🤖
Hi! 👋 I'm Gaura, your AI Tutor for End-of. Take your time studying the lesson — whenever you have a doubt, just ask me! I'm here to help.