MGMT 306
Purdue University
Variables \[ \begin{aligned} &p_C, p_B &&\text{acres of corn and beets to plant}\\ &s_C, s_B &&\text{tonnes of corn and beets to sell}\\ &b_C &&\text{tonnes of corn to buy} \end{aligned} \]
Objective \[ \max \quad 150s_C + 36 s_B -230 p_C - 260 p_B -210 b_C \qquad\text{(net profit)} \]
Constraints \[ \begin{aligned} &p_C+ p_B\leq 320 &&\text{(land)}\\ &-3p_C+s_C-b_C\leq -240 &&\text{(corn yield)}\\ &-20p_B + s_B\leq 0 &&\text{(beet yield)}\\ & s_B\leq 5500 && \text{(beet sales)}\\ & \text{all variables} \geq 0 \end{aligned} \]
Explanation: The corn yield constraints says that we need to plant and buy enough corn to cover the amount we plan to sell plus the 240 required for cattle feed: \(240 + s_C \leq 3 p_C + b_C\)
The beet yield constraint is similar
Excel model for Dorothy’s farm with known yields
| Scenario | Corn yield (T/acre) | Beet yield (T/acre) | Probability |
|---|---|---|---|
| 1. Good weather | 3.6 | 24 | 1/3 |
| 2. Normal weather | 3 | 20 | 1/3 |
| 3. Bad weather | 2.4 | 16 | 1/3 |
Expected net profit: \[\begin{aligned} \max \quad& (1/3)\times\left(150 s_{C,1} + 36 s_{B,1} - 230 p_C - 260 p_B - 210 b_{C,1}\right)\\ +&(1/3)\times\left(150 s_{C,2} + 36 s_{B,2} - 230 p_C - 260 p_B - 210 b_{C,2}\right)\\ +&(1/3)\times\left(150 s_{C,3} + 36 s_{B,3} - 230 p_C - 260 p_B - 210 b_{C,3}\right) \end{aligned}\]
This is the average of the net profits in each scenario
Corn yield: \[\begin{aligned} &-3.6 p_C - b_{C,1} + s_{C,1} \leq - 240&&\text{(corn yield-1)}\\ &-3 p_C - b_{C,2} + s_{C,2} \leq - 240&&\text{(corn yield-2)}\\ &-2.4 p_C - b_{C,3} + s_{C,3} \leq - 240&&\text{(corn yield-3)} \end{aligned}\]
Beet yield: \[\begin{aligned} &-24 p_B +s_{B,1} \leq - 240&&\text{(beet yield-1)}\\ &-20 p_B +s_{B,2} \leq - 240&&\text{(beet yield-2)}\\ &-16 p_B + s_{B,3} \leq - 240&&\text{(beet yield-3)} \end{aligned}\]


