Question 1207361
<br>
c = # of chicken dinners
s = # of shrimp dinners<br>
The total number of people, and therefore the total number of dinners, must be at least (i.e., greater than or equal to) 30:<br>
[1] {{{c+s>=30}}}<br>
The total cost, at $8 each for the chicken dinners and $11 for the shrimp dinners, can be no more than (i.e., less than or equal to) $750:<br>
[2] {{{8c+11s<=750}}}<br>