Make ordering decisions under demand uncertainty across 10 different product scenarios. Learn the critical ratio and how to balance overstocking against understocking costs.
| # | Product | Your Profit | Optimal Profit | Score |
|---|
The newsvendor model finds the optimal order quantity by balancing the cost of ordering too much (overage) against ordering too little (underage).
Critical Ratio = C_u / (C_u + C_o), where C_u = Price − Cost (underage cost per unit) and C_o = Cost − Salvage (overage cost per unit).
The optimal order quantity Q* is set so that P(Demand ≤ Q*) = Critical Ratio. When the critical ratio is high (profit margins are large relative to losses), you should order more aggressively. When it is low, order conservatively.
This framework applies broadly: from fashion retail to perishable food, any situation where you must commit to inventory before uncertain demand is realized.