Final answer:
Formulate the given exercise as a linear programming problem by defining decision variables, objective function, and constraints. The correct formulation is subject to x+y≤400,000 and y≤0.4x.
Step-by-step explanation:
To formulate the given exercise as a linear programming problem, we need to define the decision variables, objective function, and constraints.
Let x represent the amount invested in Project A (in dollars)
Let y represent the amount invested in Project B (in dollars)
Objective Function:
We want to maximize the return on the investment, which is represented by P. So, the objective function is P = 0.09x + 0.16y.
Constraints:
1. The total investment should not exceed $400,000: x + y ≤ 400,000.
2. The investment in Project B should not exceed 40% of the total investment: y ≤ 0.4x.
Therefore, the linear programming problem can be formulated as follows:
Maximize P = 0.09x + 0.16y
Subject to: x + y ≤ 400,000 and y ≤ 0.4x