Solveeit Logo

Question

Mathematics Question on Linear Programming Problem

A fruit grower can use two types of fertilizer in his garden, brand P and brand Q. The amounts(in kg) of nitrogen, phosphoric acid, potash and chlorine in a bag of each brand are given in the table. Tests indicate that the garden needs at least 240kg of phosphoric acid at least 270kg of potash and at most 310kg of chlorine. If the grower wants to minimize the amount of nitrogen added to the garden, how many bags of each brand should be used? What is the minimum amount of nitrogen added in the garden?

kg per bag

| Brand P| Brand Q
NitrogenPhosphoric acidPotashChlorine| 3131.5| 3.521.52

Answer

Let the fruit grower use x bags of brand P and y bags of brand Q.

The problem can be formulated as follows.

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

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

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

 A 240,0, B 140,50, and C 20,140

The corner points are A (240,0), B (140,50), and C (20,140)
The values of Z at these corner points are as follows.

Corner Point| z = 3x + 3.5y|
---|---|---
A (140, 50)| 595|
B (20, 140)| 550|
C (40, 100)| 470| \rightarrow Minimum

The maximum value of Z is 470 at (40,100).
Thus, 40 bags of brand P and 100 bags of brand Q should be added to the garden to minimize the amount of nitrogen.
The minimum amount of nitrogen added to the garden is 470kg.