For this case we have:
x: Let the variable representing the number of nachos
y: Let the variable representing the number of hamburgers
If you want to buy at least 5 items we have:
[tex]x + y \geq5[/tex]
If you cannot spend more than $16 we have:
[tex]2x + 4y \leq16[/tex]
Thus, the inequality system is given by:
[tex]x + y \geq5\\2x + 4y \leq16[/tex]
Possible solutions:
Now we have to buy 3 nachos and 2 hamburgers:
[tex]3 + 2 \geq5\\5 \geq5[/tex]
Is fulfilled!
[tex]2 (3) +4 (2) \leq16\\6 + 8 \leq16\\14 \leq16[/tex]
Thus, you can buy 3 nachos and 2 hamburgers.
If you buy 2 nachos and 3 hamburgers:
[tex]2 + 3 \geq5\\5 \geq5[/tex]
Is fulfilled!
[tex]2 (2) +4 (3)\leq16\\4 + 12 \leq16\\16 \leq16[/tex]
Is fulfilled!
Thus, you can buy 2 nachos and 3 hamburgers.
ANswer:
[tex]x + y \geq5\\2x + 4y \leq16[/tex]
You can buy 3 nachos and 2 hamburgers.
You can buy 2 nachos and 3 hamburgers.