Step-by-step explanation:
To formulate the LP model for this problem,
Let,
X1 = Number of beds to produce
X2 = Number of Desks to produce
Our objective function:
Max: 30X1 + 40X2
Constraints:
- 6X1 + 4X2 ≤ 36 available carpentry hours
- 4X1 + 8X2 ≤ 40 available vanishing hours
- X2 ≤ 8 (demand for X2)
- X1, X2 ≥0
Based on the constraints information as well as the objective function you can then solve using the graphical method.