Step 1: Recall the exponential smoothing update rule.
Each new forecast is \(F_{t+1} = F_t + \alpha (A_t - F_t)\), where \(A_t\) is the actual demand and \(\alpha\) is the smoothing constant.
Step 2: Find the forecast for February 2026.
Here \(F_{Jan} = 250\), \(A_{Jan} = 500\), \(\alpha = 0.7\).
\(F_{Feb} = 250 + 0.7(500 - 250) = 250 + 175 = 425\) units.
Step 3: Find the forecast for March 2026.
Now use \(F_{Feb} = 425\) and \(A_{Feb} = 635\).
\(F_{Mar} = 425 + 0.7(635 - 425) = 425 + 147 = 572\) units.
Final Answer:
The forecast demand for March 2026 is exactly 572 units.
\[ \boxed{F_{Mar} = 572} \]