Solveeit Logo

Question

Mathematics Question on Linear Programming Problem

A factory makes tennis rackets and cricket bats.A tennis racket takes 1.5 hours of machine time and 3 hours of craftsman's time in its making while a cricket bat takes 3 hour of machine time and 1 hour of craftsman's time.In a day,the factory has the availability of not more than 42 hours of machine time and 24 hours of craftsman,s time. (ii)What number of rackets and bats must be made if the factory is to work at full capacity? (iii)if the profit on a racket and on a bat is Rs20 and Rs10 respectively, find the maximum profit of the factory when it works at full capacity.

Answer

(i)Let the number of rackets and the number of bats be made be x and y respectively.
The machine time is not available for more than 42 hours.
∴ 1.5x+3y≤42...(1) The craftsman's time is not available for more than 24 hours.

∴3x+y≤24...(2)

The factory is to work at full capacity.

Therefore, 1.5x+3y=42 3x+y=24
On solving these equations,we obtain x=4 and y=12
Thus,4 rackets and 12 bats must be made.

(i)The given information can be compilled in a table as follows.

| Tennis Racket| Cricket Bat| Availability
---|---|---|---
Machine Time(h)| 1.5| 3| 42
Craftsman's Time(h)| 3| 1| 24

∴1.5x+3y≤42 3x+y≤24 x,y≥0

The profit on a racket is Rs20 and on a bat is Rs10. ∴Z=20x+10y

The mathematical formulation of the given problem is
Maximize
Z=20x+10y...(1)

Subject to the constraints,
1.5x+3y≤42...(2)
3x+y≤24...(3)
x,y≥0...(4)

The feasible region determined by the system of constraints is as follows. The corner points are A(8,0),B(4,12),C(0,14),and O(0,0). The values of Z at these corner points are as follows.

feasible region determined by the system

Thus, the maximum profit of the factory when it works to it full capacity is Rs200.