Answer :
The PSV Toy Factory should produce 100 units of type X and 240 units of type Y.
Let's define variables: x = number of type X toy cars produced and y = number of type Y toy cars produced.
- Constraints -
Daily orders for type X: x ≥ 100
Daily orders for type Y: y ≥ 90
Man-hours constraint: 1.5y ≤ 360
- Simplifying the man-hours constraint: y ≤ 240
- Objective Function
We need to maximize the profit function:
Profit = 80x + 74y
- Considering the constraints, the feasible region for (x, y) is:
x ≥ 100
90 ≤ y ≤ 240
- Let's evaluate the profit at different points within the feasible region:
At (x = 100, y = 90): Profit = 80(100) + 74(90) = 8000 + 6660 = 14660
At (x = 100, y = 240): Profit = 80(100) + 74(240) = 8000 + 17760 = 25760
At (x = 100, y = 240) produces the highest profit.