## Average Stock Level
The Average Stock is simply the average of minimum and maximum stock.
### Formula (Standard)
$$\text{Average Stock} = \frac{\text{Minimum Stock} + \text{Maximum Stock}}{2}$$
### Alternative Formula
$$\text{Average Stock} = \frac{1}{2} \times \text{Re-Order Qty} + \text{Minimum Stock}$$
Both formulas yield the same result and can be used based on what data the question provides.