📖 Arithmetic Mean (AM): The sum of all values divided by the number of values — the most common "average."
A. Direct Method — Individual (Ungrouped) Data:
Mean (x̄) = Σx / n
💡 Worked Example: Find the mean of 20, 22, 25, 28, 30.
Σx = 20+22+25+28+30 = 125, n = 5
Mean = 125/5 = 25
B. Direct Method — Discrete Frequency Data:
Mean (x̄) = Σfx / Σf
💡 Worked Example: Numbers: 8,10,15,20 with Frequency: 5,8,8,4
fx: 8×5=40, 10×8=80, 15×8=120, 20×4=80
Σfx = 40+80+120+80 = 320, Σf = 5+8+8+4 = 25
Mean = 320/25 = 12.8
C. Continuous (Grouped) Data — All 3 Methods, Same Data:
Data: Class 0-10, 10-20, 20-30, 30-40, 40-50 with Frequency 7, 8, 20, 10, 5
Midpoints (x): 5, 15, 25, 35, 45
Method 1 — Direct: Mean = Σfx / Σf
Method 2 — Short-Cut: Mean = A + (Σfd / Σf), where d = x − A
Method 3 — Step-Deviation: Mean = A + (Σfd′ / Σf) × h, where d′ = (x−A)/h
💡 Method 1 (Direct):
fx: 7×5=35, 8×15=120, 20×25=500, 10×35=350, 5×45=225
Σfx = 35+120+500+350+225 = 1230, Σf = 50
Mean = 1230/50 = 24.6
💡 Method 2 (Short-Cut, taking A=25):
d = x−25: −20, −10, 0, 10, 20
fd: 7×(−20)=−140, 8×(−10)=−80, 20×0=0, 10×10=100, 5×20=100
Σfd = −140−80+0+100+100 = −20
Mean = 25 + (−20/50) = 25 − 0.4 = 24.6 ✓ (matches Method 1)
💡 Method 3 (Step-Deviation, A=25, h=10):
d′ = d/10: −2, −1, 0, 1, 2
fd′: 7×(−2)=−14, 8×(−1)=−8, 20×0=0, 10×1=10, 5×2=10
Σfd′ = −14−8+0+10+10 = −2
Mean = 25 + (−2/50)×10 = 25 − 0.4 = 24.6 ✓ (all 3 methods agree!)
💡 Exam Tip: Short-Cut and Step-Deviation ALWAYS give the SAME final answer as Direct method — they're just calculation shortcuts to avoid large numbers. Step-Deviation is fastest when class width (h) is constant. Choose ANY assumed mean (A) — usually the midpoint of the class with highest frequency, for smaller numbers.