Final answer:
To forecast deliveries for period 10 using exponential smoothing with trend adjustment, you can use the formulas for level forecast and trend forecast. Using the given values, the forecasted deliveries for period 10 would be 240.4 units.
Step-by-step explanation:
To forecast deliveries for period 10 using exponential smoothing with trend adjustment, we can use the following formulas:
Level forecast: F_10 = alpha × D_10 + (1 - alpha) × (F_9 + T_9)
Trend forecast: T_10 = beta × (F_10 - F_9) + (1 - beta) × T_9
Given that alpha = 0.4, beta = 0.2, the initial trend value is 4, and the initial forecast is 200:
First, we calculate the level forecast:
F_10 = 0.4 × 266 + 0.6 × (200 + 4) = 240.4
Then, we calculate the trend forecast:
T_10 = 0.2 × (240.4 - 200) + 0.8 × 4 = 2.68
Therefore, the forecasted deliveries for period 10 would be 240.4 units.