• NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • Class 6-10
      • Class 6th
      • Class 7th
      • Class 8th
      • Class 9th
      • Class 10th
    • View All Options
      • Online Courses
      • Distance Learning
      • Hindi Medium Courses
      • International Olympiad
    • NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE (Main+Advanced)
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE Main
      • Class 11th
      • Class 12th
      • Class 12th Plus
  • Classroom
    • NEET
      • 2025
      • 2024
      • 2023
      • 2022
    • JEE
      • 2025
      • 2024
      • 2023
      • 2022
    • Class 6-10
    • JEE Main
      • Previous Year Papers
      • Sample Papers
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • JEE Advanced
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NEET
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
      • College Predictor
      • Counselling
    • NCERT Solutions
      • Class 6
      • Class 7
      • Class 8
      • Class 9
      • Class 10
      • Class 11
      • Class 12
    • CBSE
      • Notes
      • Sample Papers
      • Question Papers
    • Olympiad
      • NSO
      • IMO
      • NMTC
  • NEW
    • TALLENTEX
    • AOSAT
  • ALLEN E-Store
    • ALLEN for Schools
    • About ALLEN
    • Blogs
    • News
    • Careers
    • Request a call back
    • Book home demo
Home
JEE Maths
Central Limit Theorem

Central Limit Theorem

The Central Limit Theorem (CLT) is one of the most important results in statistics. It states that when we take sufficiently large random samples from any population with a finite mean and variance, the sampling distribution of the sample mean will be approximately normally distributed, regardless of the shape of the original population.

In simple words, even if your original data is skewed or irregular, the distribution of the sample means tends toward a bell curve as the sample size increases.

1.0Central Limit Theorem Statement

Statement:
If a random sample of size n is taken from a population with mean μ and standard deviation σ, then as n becomes large, the distribution of the sample mean Xˉ approaches a normal distribution with mean μ and standard deviation  n​σ​ .

2.0Central Limit Theorem Formula

The formula for the central limit theorem for the sample mean is:

Z=σ/n​xˉ−μ​

Where:

  • Xˉ = Sample mean
  • μ = Population mean
  • σ = Population standard deviation
  • n = Sample size

3.0Central Limit Theorem Equation

The probability density function for the sampling distribution of the mean (as n grows large) is given by:

f(xˉ)=2π(nσ2​)​1​e−2(σ2/n)(xˉ−μ)2​

This is the normal distribution equation adapted for sample means.

4.0Central Limit Theorem Explanation

The CLT works because when independent random variables are added, their normalized sum tends to follow a normal distribution, even if the original variables themselves are not normally distributed. This is why normal distribution appears so often in real-world data analysis.

5.0Central Limit Theorem Example

Example:
Suppose the average height of students in a school is unknown, but the heights are skewed. You randomly select samples of 50 students at a time and record the average height for each sample. If you repeat this many times, the histogram of those sample averages will form an approximate normal curve, even though the original height distribution was skewed.

6.0Application of the Central Limit Theorem

The application of the central limit theorem is widespread in statistics and data science:

  1. Confidence Intervals – Allows us to estimate population parameters from sample data.
  2. Hypothesis Testing – Forms the foundation for many statistical tests like the Z-test and t-test.
  3. Quality Control – Used in manufacturing to monitor processes.
  4. Finance – Used in modeling returns and risk assessment.
  5. Polling & Surveys – Helps predict population opinions from small samples.

7.0Solved Examples on Central Limit Theorem

Example 1: Population mean μ=50, population standard deviation σ=8. A random sample of n = 36 is taken. Find P(Xˉ>52).

Solution.

  1. Compute standard error: σxˉ​=n​σ​=36​8​=68​=1.333333.
  2. Compute z-score:

Z=1.33333352−50​=1.3333332​=1.5.

  1. Use standard normal: P(Xˉ>52)=P(Z>1.5).

From normal table: P(Z>1.5)≈0.0668072.

Answer: 0.0668 (approx.) 

Example 2: True proportion p=0.40. Sample size n = 200. Find P(0.35<p^​<0.45) .

Solution.

  1. Mean of p^​ is 0.400.40. Standard error:

σp^​​=np(1−p)​​=2000.4×0.6​​=2000.24​​=0.0012​≈0.034641 

  1. Convert bounds to z-scores:

​Zlow ​=0.0346410.35−0.40​≈−1.4434,Zhigh ​=0.0346410.45−0.40​≈1.4434.​

  1. Probability:

P(−1.4434<Z<1.4434)=Φ(1.4434)−Φ(−1.4434)=2Φ(1.4434)−1.

Φ(1.4434)≈0.925543,soprobability≈0.8511.

Answer: 0.8511 (approx.)

Example 3: Population standard deviation σ=3. How large a sample n is needed so that P(∣Xˉ−μ∣<0.5)=0.95 ?

Solution.

  1. For two-sided 95% probability, critical z is  z0.975​ =1.96.
  2. We want P(∣Xˉ−μ∣<ME)=0.95 with ME = 0.5. Use formula:

ME=z0.975​n​σ​⇒n=(MEz0.975​σ​)2. 

  1. Plug numbers:

n=(0.51.96×3​)2=(0.55.88​)2=(11.76)2≈138.2976. 

  1. Round up to nearest whole person: n=139.

Answer: n = 139 

Example 4: Let X1​,…,X100​ be good with mean 22 and variance 99. What is approximately P(S100​>230) where S100​=∑i=1100​Xi​ ?

Solution.

  1. Mean of sum: E[S100​]=100×2=200.
  2. Variance of sum: Var(S100​)=100×9=900 . Standard deviation: σs​=30.
  3. Convert: Z=30230−200​=3030​=1 . 
  4. P(S100​>230)=P(Z>1)=0.1587 (approx) 

Answer: 0.1587

8.0Practice Questions on Central Limit Theorem

  1. Population mean μ=120,σ=15. Sample n = 49. Find P(118<Xˉ<124).

Answer hint: .SE=15/49​=15/7≈2.1429

Compute z's, then probabilities.

Final answer: ≈ 0.8186.

  1. A factory claims defect rate p = 0.05. Sample n = 500. What is probability that observed p^​>0.07?

Answer hint: SE=0.05⋅0.95/500​

  1. Compute z and tail.

Final answer: ≈ 0.067(approx).

  1. For population sd σ=10z0.995​≈2.5758 , how large n for 99% confidence and margin 2?

Answer hint: z0.995​≈2.5758  Compute n=(zσ/ME)2

Final answer: n≈(2.5758∗10/2)2≈165.9⇒166.

  1. IID mean 0.5, variance 0.25, n = 400. Approx P(∑Xi​<210).

Answer hint: Mean sum = 400 * 0.5 = 200, sd =400∗0.25​=10 . z = (210-200)/10 =1. So prob ≈ 0.1587 (upper tail) so P( <210 ) ≈ 0.8413.

  1. The population is extremely skewed (exponential with mean 5). For sample size n = 10, is CLT safe to use for sample mean approx normal? For n = 100?

Answer: n = 10: approximation may be poor (skew shows). N = 100: CLT will give a good approximation.

Table of Contents


  • 1.0Central Limit Theorem Statement
  • 2.0Central Limit Theorem Formula
  • 3.0Central Limit Theorem Equation
  • 4.0Central Limit Theorem Explanation
  • 5.0Central Limit Theorem Example
  • 6.0Application of the Central Limit Theorem
  • 7.0Solved Examples on Central Limit Theorem
  • 8.0Practice Questions on Central Limit Theorem

Frequently Asked Questions

No. The whole point is that the sample mean becomes approximately normal even when the population is not.

Yes. The CLT applies to normalized sums; the mean is a scaled sum.

If n is large, you can replace sigma with sample standard deviation ss and use the normal approximation. For small n and normal population, use the Student’s t-distribution for inference about the mean.

The classical CLT assumes independence. There are generalized CLTs (e.g., for weakly dependent sequences, mixing conditions, martingales), but you must check specific assumptions.

When approximating discrete distributions (like binomial) with normal for small/medium n, a continuity correction improves accuracy. For large nn, it’s less important.

Yes. Lindeberg and Lyapunov CLTs relax identical distribution assumptions and provide precise conditions for convergence.

Accuracy depends on skewness, kurtosis, and sample size. Berry–Esseen theorem gives bounds on the approximation error in terms of the third absolute moment.

Join ALLEN!

(Session 2025 - 26)


Choose class
Choose your goal
Preferred Mode
Choose State
  • About
    • About us
    • Blog
    • News
    • MyExam EduBlogs
    • Privacy policy
    • Public notice
    • Careers
    • Dhoni Inspires NEET Aspirants
    • Dhoni Inspires JEE Aspirants
  • Help & Support
    • Refund policy
    • Transfer policy
    • Terms & Conditions
    • Contact us
  • Popular goals
    • NEET Coaching
    • JEE Coaching
    • 6th to 10th
  • Courses
    • Online Courses
    • Distance Learning
    • Online Test Series
    • International Olympiads Online Course
    • NEET Test Series
    • JEE Test Series
    • JEE Main Test Series
  • Centers
    • Kota
    • Bangalore
    • Indore
    • Delhi
    • More centres
  • Exam information
    • JEE Main
    • JEE Advanced
    • NEET UG
    • CBSE
    • NCERT Solutions
    • Olympiad
    • NEET 2025 Results
    • NEET 2025 Answer Key
    • NEET College Predictor
    • NEET 2025 Counselling

ALLEN Career Institute Pvt. Ltd. © All Rights Reserved.

ISO