Solveeit Logo

Question

Mathematics Question on Linear Programming Problem

If the grower wants to maximize the amount of nitrogen added to the garden, how many bags of each brands should be added?What is the maximum amount of nitrogen added?

Answer

Let the fruit grower use x bags of brand P and y bags of brand Q.
The problem can be formulated as follows.

Maximize Z=3x+3.5y...(1)

Subject to the constraints,
x+2y≥240...(2)
x+0.5y≥90....(3)
1.5+2y≤310...(4)
x,y≥0...(5)

The feasible region determined by the system of constraints is as follows.

 feasible region determined

The corner points are A(140,50),B(20,140),and C(40,100)

The values of Z at these corner points are as follows.

Corner points| Z=3x+3.5y|
---|---|---
A(140,50)| 595| \rightarrowMaximum
B(20,140)| 550|
C(40,100)| 470|

The maximum value of Z is 595 at(140,50).

Thus,140 bags of brand P and 50 bags of brand Q should be used to maximize the amount of nitrogen.

The maximum amount of nitrogen added to the garden is 595kg.