Statistics Class 11: Complete Guide, All Formulas & Free PDF Download (JEE & Boards)
Statistics — Competishun
Statistics Class 11: Complete Guide, All Formulas & Free PDF Download (JEE & Boards)
Statistics is one of the most scoring and practically useful chapters in Class 11 Maths. It carries moderate weightage in JEE and is a guaranteed source of marks in board exams. The chapter deals with the collection, organisation, analysis, and interpretation of data, providing tools to make sense of raw numbers.
This chapter covers measures of central tendency (mean, median, mode), measures of dispersion (range, mean deviation, variance, standard deviation), and coefficient of variation. It also includes frequency distributions, cumulative frequencies, and graphical methods like histograms. Understanding these concepts is essential not just for exams, but for making sense of data in everyday life.
This page gives you the complete guide to Statistics with all concepts explained in depth. You will find clear definitions, formulas, visual diagrams, and practice questions. Download the free PDF below and keep it handy for quick revision before your JEE Main, board exams, or any other test.
Download the Statistics Complete Guide PDF
Get all Statistics concepts, formulas, measures of central tendency and dispersion, and coefficient of variation in one clean PDF, free. Perfect for JEE and board revision.
Download Free PDFWhat is Statistics?
Statistics is everywhere. From the marks of students in a class to the heights of players in a team, from stock market trends to weather forecasts, statistics helps us understand the world around us. In the context of JEE and board exams, the chapter focuses on two main areas:
Measures of Central Tendency
These tell us where the "centre" of the data lies. The three main measures are the mean (average), the median (middle value), and the mode (most frequent value).
Measures of Dispersion
These tell us how spread out the data is. The main measures are range, mean deviation, variance, and standard deviation.
Glossary of Statistics Terms — Complete A to Z
Before diving deep into each topic, let's understand the key terminology used in this chapter:
| Term | Definition |
|---|---|
| Data | A collection of facts, numbers, or measurements. |
| Raw Data | Ungrouped data in its original form. |
| Frequency Distribution | Organised data showing how often each value occurs. |
| Class Interval | A range of values in grouped data. |
| Class Mark (xᵢ) | The midpoint of a class interval: (lower limit + upper limit) / 2. |
| Frequency (fᵢ) | The number of observations in a class. |
| Cumulative Frequency (cf) | The running total of frequencies. "Less than" and "more than" types. |
| Mean (x̄) | The arithmetic average of all data values. |
| Median (M) | The middle value when data is arranged in order. |
| Mode (Z) | The most frequently occurring value. |
| Range | The difference between the largest and smallest values. |
| Mean Deviation (MD) | The average of the absolute deviations from the mean or median. |
| Variance (σ²) | The average of the squared deviations from the mean. |
| Standard Deviation (σ) | The square root of variance. |
| Coefficient of Variation (CV) | A unitless measure of relative dispersion: (σ / x̄) × 100%. |
| Mastering these terms is essential for understanding Statistics. They will be used throughout this guide. | |
Data and Frequency Distribution
When data is raw, it is simply a list of numbers. However, for large datasets, it is more convenient to group the data into class intervals and create a frequency distribution table. This table shows:
- Class Intervals: The ranges into which data is grouped.
- Class Mark (xᵢ): The midpoint of each class interval: xᵢ = (lower limit + upper limit) / 2.
- Frequency (fᵢ): The number of observations falling into each class.
- Cumulative Frequency (cf): The running total of frequencies. There are two types: "less than" and "more than" cumulative frequencies.
Example: Frequency Distribution Table
| Class Interval | Class Mark (xᵢ) | Frequency (fᵢ) | Cumulative Frequency (cf) |
|---|---|---|---|
| 0-10 | 5 | 5 | 5 |
| 10-20 | 15 | 8 | 13 |
| 20-30 | 25 | 12 | 25 |
| 30-40 | 35 | 7 | 32 |
| 40-50 | 45 | 3 | 35 |
| The class width (h) is the difference between the upper and lower limits of a class. For the above example, h = 10. | |||
Measures of Central Tendency — Mean, Median, Mode
1. Arithmetic Mean (x̄)
The arithmetic mean is the sum of all data values divided by the number of values. It is the most common measure of central tendency.
Direct Method: x̄ = Σxᵢ / n (for ungrouped data)
For Grouped Data: x̄ = Σfᵢxᵢ / Σfᵢ
Assumed Mean Method: x̄ = A + (Σfᵢdᵢ / Σfᵢ), where dᵢ = xᵢ − A
Step-Deviation Method: x̄ = A + h × (Σfᵢuᵢ / Σfᵢ), where uᵢ = (xᵢ − A) / h
2. Median (M)
The median is the middle value when the data is arranged in ascending or descending order. It divides the data into two equal halves.
Ungrouped Data (n odd): M = value of the ((n+1)/2)th term
Ungrouped Data (n even): M = average of the (n/2)th and (n/2 + 1)th terms
Grouped Data: M = l + [(N/2 − cf) / f] × h
Where l = lower limit of median class, N = total frequency, cf = cumulative frequency before median class, f = frequency of median class, h = class width.
3. Mode (Z)
The mode is the value that appears most frequently in the dataset. A dataset can have more than one mode (bimodal, multimodal) or no mode at all.
Z = l + [(f₁ − f₀) / (2f₁ − f₀ − f₂)] × h
Where l = lower limit of modal class, f₁ = frequency of modal class, f₀ = frequency of class preceding modal class, f₂ = frequency of class succeeding modal class, h = class width.
4. Empirical Relation
For a moderately skewed distribution, there is an empirical relation between the mean, median, and mode:
Graphical Mode — Finding Mode from a Histogram
Measures of Dispersion — Range, Mean Deviation, Variance, Standard Deviation
1. Range
The range is the simplest measure of dispersion. It is the difference between the largest and smallest values in the dataset.
Coefficient of Range: (Max − Min) / (Max + Min)
Limitation: The range only uses the two extreme values and is highly sensitive to outliers. It does not tell us anything about the distribution of the values in between.
2. Mean Deviation (MD)
The mean deviation is the average of the absolute deviations from a central value (usually the mean or the median). It is a more robust measure of dispersion than the range.
About Mean: MD = Σ|xᵢ − x̄| / n
About Median: MD = Σ|xᵢ − M| / n
Grouped Data: MD = Σfᵢ|xᵢ − x̄| / Σfᵢ
Coefficient of MD: MD / x̄ (or MD / M)
3. Variance (σ²)
Variance is the average of the squared deviations from the mean. It is the most commonly used measure of dispersion in statistics.
Ungrouped Data: σ² = Σ(xᵢ − x̄)² / n
Grouped Data: σ² = Σfᵢ(xᵢ − x̄)² / Σfᵢ
Alternative Formula: σ² = (Σxᵢ² / n) − (x̄)²
Step-Deviation Method: σ² = h² × [ (Σfᵢuᵢ² / Σfᵢ) − (Σfᵢuᵢ / Σfᵢ)² ]
4. Standard Deviation (σ)
The standard deviation is the square root of the variance. It is expressed in the same units as the original data, making it easier to interpret.
5. Comparison of Dispersion Measures
| Measure | Definition | Pros | Cons |
|---|---|---|---|
| Range | Max − Min | Simple to calculate | Uses only extremes, sensitive to outliers |
| Mean Deviation | Average absolute deviation | Easy to understand, robust | Not widely used in advanced statistics |
| Variance | Average squared deviation | Mathematically tractable | Units are squared |
| Standard Deviation | Square root of variance | Same units as data, widely used | Sensitive to outliers |
| Standard deviation is the most widely used measure of dispersion in JEE and board exams. | |||
RMS and Minimisation Properties
RMS: RMS = √(Σxᵢ² / n)
Minimisation:
Σ(xᵢ − a)² is minimum at a = x̄ (the mean)
Σ|xᵢ − a| is minimum at a = M (the median)
Change of Origin and Scale — The Effect on Measures
| Transformation | Effect on Mean | Effect on Variance | Effect on Standard Deviation |
|---|---|---|---|
| Change of Origin: yᵢ = xᵢ + a | ȳ = x̄ + a | σ² (unchanged) | σ (unchanged) |
| Change of Scale: yᵢ = bxᵢ | ȳ = b x̄ | σ² → b² σ² | σ → |b| σ |
| General: yᵢ = a + bxᵢ | ȳ = a + b x̄ | σ² → b² σ² | σ → |b| σ |
| Dispersion is unchanged by a shift of origin (adding or subtracting a constant). Scaling changes the dispersion by the scale factor. | |||
Coefficient of Variation — Comparing Consistency
The coefficient of variation is used to compare the consistency or variability of two or more datasets with different means or units. A smaller CV indicates more consistent data (less variability relative to the mean).
Comparing Distributions — Consistency and Spread
When comparing two distributions, the following rules apply:
- Same mean: The distribution with the larger standard deviation is more spread out and less consistent.
- Different means: Use the coefficient of variation (CV) to compare consistency. The distribution with the smaller CV is more consistent.
- CV formula: CV = (σ / x̄) × 100%. A smaller CV means the data is more clustered around the mean.
Skewness — The Shape of the Distribution
Symmetric
Perfectly balanced distribution.
Right-Skewed (Positively Skewed)
Mode < Median < Mean
Left-Skewed (Negatively Skewed)
Mean < Median < Mode
• Symmetric: Mean = Median = Mode
• Right-skewed: Mode < Median < Mean
• Left-skewed: Mean < Median < Mode
Practice Questions — From JEE and Boards
| Question | Answer |
|---|---|
| Q1: Find the mean of the data: 2, 4, 6, 8, 10. | Mean = (2+4+6+8+10)/5 = 30/5 = 6 |
| Q2: Find the median of: 3, 5, 1, 8, 7, 6. | Arranged: 1, 3, 5, 6, 7, 8. Median = (5+6)/2 = 5.5 |
| Q3: Find the mode of: 2, 3, 4, 3, 2, 5, 3. | 3 appears most frequently (3 times). Mode = 3 |
| Q4: Calculate the variance of: 2, 4, 6, 8, 10. | x̄ = 6. σ² = [(2-6)²+(4-6)²+(6-6)²+(8-6)²+(10-6)²]/5 = (16+4+0+4+16)/5 = 40/5 = 8 |
| Q5: Find the standard deviation of: 1, 3, 5, 7, 9. | x̄ = 5. σ² = [(−4)²+(−2)²+0+2²+4²]/5 = (16+4+0+4+16)/5 = 8. σ = √8 = 2√2 |
| Q6: If the mean is 20 and the standard deviation is 5, what is the coefficient of variation? | CV = (5/20) × 100 = 25% |
| Q7: For a moderately skewed distribution, mode = 30 and mean = 24. Find the median. | Mode = 3×Median − 2×Mean → 30 = 3M − 48 → 3M = 78 → M = 26 |
| Q8: If all values are increased by 5, what happens to the variance? | Variance remains unchanged (change of origin does not affect dispersion). |
| Practise these types of questions to become comfortable with applying Statistics concepts in exam scenarios. | |
All Statistics Formulas at a Glance
| Formula | What It Means |
|---|---|
| x̄ = Σxᵢ / n | Mean (ungrouped) |
| x̄ = Σfᵢxᵢ / Σfᵢ | Mean (grouped) |
| x̄ = A + (Σfᵢdᵢ / Σfᵢ) | Assumed mean method |
| x̄ = A + h × (Σfᵢuᵢ / Σfᵢ) | Step-deviation method |
| M = l + [(N/2 − cf) / f] × h | Median (grouped) |
| Z = l + [(f₁ − f₀) / (2f₁ − f₀ − f₂)] × h | Mode (grouped) |
| Mode = 3 Median − 2 Mean | Empirical relation |
| σ² = Σ(xᵢ − x̄)² / n | Variance (ungrouped) |
| σ² = Σfᵢ(xᵢ − x̄)² / Σfᵢ | Variance (grouped) |
| σ = √(σ²) | Standard deviation |
| CV = (σ / x̄) × 100% | Coefficient of variation |
| Range = Max − Min | Range |
| MD = Σ|xᵢ − x̄| / n | Mean deviation (about mean) |
| Memorise these formulas for Statistics. They are the key to scoring full marks in this chapter. | |
Common Mistakes in Statistics
- Confusing mean, median, and mode: Mean is the average, median is the middle value, and mode is the most frequent value. Each has different properties and uses.
- Forgetting the units of variance: Variance is in squared units. Standard deviation is in the same units as the data.
- Misapplying the empirical relation: Mode = 3 Median − 2 Mean is only valid for moderately skewed distributions.
- Using the wrong formula for grouped data: Always use class marks (xᵢ) when working with grouped data.
- Forgetting that variance is unchanged by change of origin: Adding or subtracting a constant from all data values does not change the variance.
- Comparing consistency using raw standard deviation: Use coefficient of variation (CV) when comparing datasets with different means.
Why Statistics Matters for JEE and Boards
- Scoring chapter: Statistics is one of the most scoring chapters in Class 11 Maths. Questions are often direct and formula-based.
- Moderate weightage: This chapter appears in 1-2 questions in JEE Main and is a guaranteed source of marks in board exams.
- Foundation for higher studies: Understanding statistics is essential for data science, economics, psychology, and many other fields.
- Practical relevance: Statistics is used everywhere, from business to medicine to politics. Learning it helps you understand the world around you.
Get the Complete Statistics PDF for Free
Download the full Statistics guide with all concepts, definitions, formulas, and practice questions. Perfect for last-minute revision before JEE and board exams.
Download Free PDFMaster Class 11 Maths with Competishun
Competishun teaches complete JEE mathematics with structured lectures, DPPs, PYQs and an All India Test Series.
All taught by faculty with 18 to 25 years of experience.
Pratham
Two-year foundation program that builds strong Class 11 maths, physics and chemistry concepts.
Explore PrathamPrakhar
Class 12 program balancing boards, JEE Main and Advanced preparation together.
Explore PrakharPraveen & Fast Lane
Dropper program for a focused repeat attempt, including the accelerated Fast Lane batch.
Explore PraveenPragyaan
Live interactive batch with real-time classes and mentorship for JEE and NEET.
Explore PragyaanDLP Study Material
Complete printed material with DPPs and PYQs for Class 11, Class 12 and droppers, delivered home.
Explore DLPAll India Test Series
Regular JEE and NEET level tests with detailed analysis to track and improve your rank.
Explore Test SeriesFree Maths Lectures on YouTube
Want to see Statistics taught step by step with clear explanations? Competishun's full concept lectures are free on its YouTube channel.
More than 2.2 million+ students follow the channel for free concept lectures, PYQ solutions and exam strategy.
Learn the concepts, then use this Statistics guide to revise.
Build Your Maths Foundation
Class 11, Class 12 or dropper, explore every Competishun program.
Or start free with full concept lectures on YouTube.
About Competishun
Competishun is an online JEE and NEET coaching platform with programs for Class 11, Class 12 and droppers.
Complete DLP study material and an All India Test Series covering JEE Main, Advanced and NEET.
Taught by faculty with 18 to 25 years of experience.
More than 2.2 million+ students follow the Competishun YouTube channel.
Free JEE and Boards Concept Lectures
Follow Competishun for free Physics, Chemistry and Maths lectures, PYQ solutions and strategy.
Read These Next
All set formulas, symbols, types, and Venn diagrams for JEE and boards.
Trigonometry, calculus, vectors, and approximations for physics problems.
Mole concept formulas, concentration terms, and Avogadro's number explained.
Frequently Asked Questions — Statistics
Tags








