Question 40380
x = number of bouquets made per week
y = number of wreaths made per week
The total production capacity is 60 items per week.
{{{x + y <= 60}}}
The labor available is limited to 80 hours per week
To find the number of hours spent per week on each item,
multiply (number of bouquets made per week)x(time to make 1 bouquet)
and (number of wreaths made per week)x(time to make 1 wreath)
The bouquets take 1 hour of labor to produce, and the wreaths take 2 hours.
{{{x*1 + y*2 <= 80}}}
or
{{{x + 2y <= 80}}}