Here are the steps to forecast attendance for 2000 using exponential smoothing with α = 0.3:
1) Set the initial forecast F0 = actual attendance for the first period, which is 50
2) Plug into the exponential smoothing equation:
F1 = α*A1 + (1-α)*F0
= 0.3*60 + (1-0.3)*50 = 54
3) Continue using the exponential smoothing equation for subsequent periods:
F2 = 0.3*70 + (1-0.3)*54 = 58.8
F3 = 0.3*80 + (1-0.3)*58.8 = 63.72
4) The forecast for