Question:

There are two types of fertilizers $F_1$ and $F_2$. $F_1$ consists of 10% nitrogen and 6% phosphoric acid. $F_2$ consists of 5% nitrogen and 10% phosphoric acid.
After testing the soil conditions, a farmer finds that he needs at least 14 kg of nitrogen and 14 kg of phosphoric acid for his crop.
If $F_1$ costs ₹ 6 per kg and $F_2$ costs ₹ 5 per kg, how much of each type of fertilizer should be used so that the cost is minimum.
Formulate a linear programming problem.

Show Hint

To formulate an LPP, define variables for quantities, translate constraints from the problem, and clearly state the objective function to minimize or maximize.
Hide Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

Let $x$ be the amount (in kg) of fertilizer $F_1$ used.
Let $y$ be the amount (in kg) of fertilizer $F_2$ used.
$F_1$ contains 10% nitrogen, so nitrogen from $F_1$ = $0.10x$ kg.
$F_2$ contains 5% nitrogen, so nitrogen from $F_2$ = $0.05y$ kg.
Total nitrogen requirement is at least 14 kg.
So, constraint for nitrogen: $0.10x + 0.05y \geq 14$
Similarly, $F_1$ contains 6% phosphoric acid → $0.06x$ kg.
$F_2$ contains 10% phosphoric acid → $0.10y$ kg.
Total phosphoric acid requirement is at least 14 kg.
So, constraint for phosphoric acid: $0.06x + 0.10y \geq 14$
The cost of $F_1$ is ₹ 6 per kg, so cost from $x$ kg = ₹ $6x$.
The cost of $F_2$ is ₹ 5 per kg, so cost from $y$ kg = ₹ $5y$.
Total cost to minimize: $Z = 6x + 5y$
Also, $x \geq 0$, $y \geq 0$ (can’t use negative quantity of fertilizer).
Hence, the linear programming problem is:
Minimize $Z = 6x + 5y$
Subject to:
$0.10x + 0.05y \geq 14$
$0.06x + 0.10y \geq 14$
$x \geq 0$, $y \geq 0$
Was this answer helpful?
0
0

Top Questions on Linear Programming

View More Questions

Questions Asked in CBSE CLASS XII exam

View More Questions