Random variables se Normal distribution tak — sab kuch samjho
Random variable X ek function hota hai jo sample space ke har outcome ko ek real number assign karta hai.
Probability Distribution Table dikhata hai har value ka probability:
| X | 0 | 1 | 2 | 3 | Total |
|---|---|---|---|---|---|
| P(X) | 1/8 | 3/8 | 3/8 | 1/8 | 1 |
X = {0,1,2,3} with P = {1/8, 3/8, 3/8, 1/8}
E[X] = 0(1/8)+1(3/8)+2(3/8)+3(1/8) = 0+0.375+0.75+0.375 = 1.5
E[X²] = 0+0.375+1.5+1.125 = 3
Var(X) = 3 − (1.5)² = 3 − 2.25 = 0.75
σ = √0.75 ≈ 0.866
Jab n independent trials hote hain, har trial mein sirf 2 outcomes (success/failure) aur success ki probability p constant ho.
Ek fair coin 6 baar throw ki. Exactly 4 heads aane ki probability?
n=6, p=1/2, q=1/2, r=4
P(X=4) = ⁶C₄ × (1/2)⁴ × (1/2)²
= 15 × 1/16 × 1/4 = 15/64 ≈ 0.234
Factory mein 10% defective items hain. 5 items mein exactly 2 defective?
n=5, p=0.1, q=0.9, r=2
P(X=2) = ⁵C₂ × (0.1)² × (0.9)³
= 10 × 0.01 × 0.729 = 0.0729
Rare events count karne ke liye use hota hai — ek fixed interval mein average λ events hote hain.
Ek highway par average 2 accidents/day hote hain. P(exactly 3 accidents)?
λ=2, x=3
P(X=3) = e⁻² × 2³ / 3! = 0.1353 × 8 / 6 = 0.1804
Average 5 calls/minute aate hain. P(0 calls in a minute)?
λ=5, x=0
P(X=0) = e⁻⁵ × 5⁰ / 0! = e⁻⁵ ≈ 0.0067
Sabse important continuous distribution. Bell-shaped, symmetric about mean. Heights, weights, IQ — sab normal follow karte hain.
Exam scores: μ=70, σ=10. P(score > 80)?
Z = (80−70)/10 = 1
P(X>80) = P(Z>1) = 1−Φ(1) = 1−0.8413 = 0.1587 ≈ 15.87%
Men ki height: μ=170cm, σ=6cm. P(165 < X < 175)?
Z₁=(165−170)/6=−0.83, Z₂=(175−170)/6=0.83
P = Φ(0.83)−Φ(−0.83) = 0.7967−0.2033 = 0.5934 ≈ 59.3%
| Z | Φ(Z) = P(X≤Z) | Z | Φ(Z) |
|---|---|---|---|
| 0.0 | 0.5000 | 1.5 | 0.9332 |
| 0.5 | 0.6915 | 1.96 | 0.9750 |
| 1.0 | 0.8413 | 2.0 | 0.9772 |
| 1.28 | 0.8997 | 2.5 | 0.9938 |
| 1.645 | 0.9500 | 3.0 | 0.9987 |