SOLUTION: Write and solve a system of inequalities for a given model / word problem. 1. Manuel’s lunch cart sells burritos and chili. To stay in business, Manuel must sell at least 1

Algebra ->  Coordinate Systems and Linear Equations  -> Linear Equations and Systems Word Problems -> SOLUTION: Write and solve a system of inequalities for a given model / word problem. 1. Manuel’s lunch cart sells burritos and chili. To stay in business, Manuel must sell at least 1      Log On


   



Question 159181: Write and solve a system of inequalities for a given model / word problem.

1. Manuel’s lunch cart sells burritos and chili. To stay in business, Manuel must sell at least 10 orders of chili and 30 burritos per day. Because of limited space, not more than 40 orders of chili or 70 burritos can be made. The total number of orders cannot exceed 90. If Manuel decides to sell 30 burritos, what is the greatest and fewest number of chili orders he can sell?

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Manuel’s lunch cart sells burritos and chili. To stay in business,
Manuel must sell at least 10 orders of chili and 30 burritos per day.
c >= 10
b >= 30
--------------
Because of limited space, not more than 40 orders of chili or 70 burritos can be made.
10 <= c <= 40 (This defines the domain of the function)
30 <= b <= 70 (This defines the range of the function)
---------------
The total number of orders cannot exceed 90.
b + c <= 90
----------------
If Manuel decides to sell 30 burritos, what is the greatest and fewest number of chili orders he can sell?
---------------
b = 30
Since b+c <=90, 30 + c <= 90; c <= 60 (greatest number of chili orders)
Since 10 <= c <=40, c >= 10 (least number of chili orders)
====================
Cheers,
Stan H.