Final answer:
To calculate the forecast sales using exponential smoothing with a constant of 0.5, we can use the formula: Forecast = α * Actual Sales + (1 - α) * Previous Forecast. The expected inventory level is equal to the number of ordered devices, which in this case is 350 devices. The value of the inventory can be calculated by multiplying the expected inventory level by the production cost per unit.
Step-by-step explanation:
To calculate the forecast sales using exponential smoothing, we can use the formula: Forecast = α * Actual Sales + (1 - α) * Previous Forecast. In this case, the constant α is 0.5 and the forecast number for the first month is 322 units.
- For the next month, February, we can calculate the forecast using: Forecast = 0.5 * 321 + (1 - 0.5) * 322 = 321.5 units.
- For the following month, March, we can calculate the forecast using: Forecast = 0.5 * 387 + (1 - 0.5) * 321.5 = 354.25 units.
- Similarly, for April: Forecast = 0.5 * 414 + (1 - 0.5) * 354.25 = 384.125 units.
- For May: Forecast = 0.5 * 413 + (1 - 0.5) * 384.125 = 398.5625 units.
- For June: Forecast = 0.5 * 416 + (1 - 0.5) * 398.5625 = 407.28125 units.
To calculate the expected inventory level, we need to consider the sales, orders, and production cost. Since no safety stock is desired, the expected inventory level would be equal to the number of ordered devices. In this case, 350 devices.
To calculate the value of the inventory, we can multiply the expected inventory level by the production cost per unit. In this case, it would be $10 per unit. Therefore, the value of the inventory would be $10 * 350 = $3,500.