# Understanding Sampling Distributions of Sums in Statistics
> Master statistical inference and the Central Limit Theorem for sums. Learn key formulas, Z-score calculations, and practical real-world applications.

Tags: statistical-inference, central-limit-theorem, sampling-distribution, data-analysis, probability-distributions, z-score, statistics-tutorial
## Module 4: Statistical Inference
- Introduction to the process of using data analysis to infer properties of an underlying distribution.
- Focus on analyzing the 'Sum' of random variables for aggregate predictions like total load or cumulative risk.

## Key Concepts and Formulas
- **Random Variables**: Dealing with n independent variables (X₁, X₂, ..., Xₙ) where their total sum Sₙ scales with sample size.
- **Expected Value of the Sum**: E[Sum] = n × μ
- **Variance of the Sum**: Var(Sum) = n × σ²
- **Standard Deviation of the Sum**: SD(Sum) = √n × σ

## Central Limit Theorem and Distributions
- Visual comparison of how sums form a distribution centered around n*mu.
- Sums approach normality faster than means, aiding in risk management and quality control.

## Practical Example: Elevator Capacity
- Scenario: Elevator with 2000 lbs capacity carrying 10 people.
- Parameters: n=10, μ=180, σ=30.
- **Calculation Step 1**: Mean of Sum = 1800 lbs; SD of Sum = 94.87 lbs.
- **Calculation Step 2**: Z-Score = (2000 - 1800) / 94.87 ≈ 2.11.
- Result: Probability of exceeding capacity is 1.74%.
---
This presentation was created with [Bobr AI](https://bobr.ai) — an AI presentation generator.