Let \( x \) = model A, \( y \) = model B
Constraints:
- \( 4x + 2y \leq 1000 \)
- Maximize: \( P = 1200x + 800y \)
Try (a): \( x = 200, y = 400 \)
→ \( 4(200) + 2(400) = 800 + 800 = 1600 \) ✗ (Exceeds)
Try (b): \( x = 100, y = 600 \)
→ \( 400 + 1200 = 1600 \) ✗ (Exceeds)
Try (c): \( x = 0, y = 800 \)
→ \( 0 + 1600 = 1600 \) ✗ (Exceeds)
Now try satisfying the constraint exactly:
\[
4x + 2y = 1000 \Rightarrow 2x + y = 500 \Rightarrow y = 500 - 2x
\]
Substitute into the profit function:
\[
P = 1200x + 800y = 1200x + 800(500 - 2x) = 1200x + 400000 - 1600x = 400000 - 400x
\]
This is decreasing in \( x \) ⇒ maximum occurs at minimum \( x \)
So set \( x = 0, y = 500 \Rightarrow \boxed{P = 800 \times 500 = 400000} \)
Correct Answer: (d) None of the above is correct.