Question 1186290
<br>
The solution from the other tutor leaves out one of the constraints and so suggests invalid answers....<br>
x hamburgers at $6 each, plus y tacos at $2, must cost at most $30<br>
6x+2y<=30
3x+y<=15
y<=-3x+15<br>
The total number of hamburgers and tacos must be at least 8<br>
x+y>=8
y>=-x+8<br>
A graph; solution must have x and y non-negative, and must be on or below the red line and on or above the green line<br>
{{{graph(400,400,-2,10,-2,20,-3x+15,-x+8)}}}<br>
You can find one or more solutions -- using the graph if you want.<br>