lightbulb
Key Concepts
< div id = "study-notes" style = "background: rgba(255,255,255,0.03); padding: 1.5rem; border-radius: 12px; border: 1px solid rgba(255,255,255,0.1); margin-bottom: 2rem; line-height: 1.6;" >
1. Characteristics of Normal Distribution
- Bell-shaped and symmetrical about the mean.
- Mean = Median = Mode.
- The total area under the curve is 1.
2. Empirical Rule
- ~68% within 1 standard deviation.
- ~95% within 2 standard deviations.
- ~99.7% within 3 standard deviations.
3. Standard Normal Variable (Z)
Z = (X - μ) / σ
where μ is the mean and σ is the standard deviation.