x is case of almonds and y is case of walnuts.
Almonds are packaged 15 bags per case and walnuts are packaged 17 bags per case.
H-E-B orders no more than 200 bags of almonds and walnuts at a time.
So,
x + y < 200
where x and y refers to the number of bags
=======================================================
H-E-B pays $24 per case of almonds and $27 per case of walnuts, but will not order more than $300 total at any one time.
But keep in mind that : Almonds are packaged 15 bags per case and walnuts are packaged 17 bags per case.
So,
24 * (x/15) + 27 * (y/17) < 300
===========================================================
The constraints are:
x + y < 200
(24/15) x + (27/17) y < 300
So, the graph of the previous constraints is as following :
I don't know what c you are talking about because there is no picture
Given :
Devin is buying 2 concert tickets. The concert tickets have a regular price of $40 each.
Devin has a coupon that gives a 5% discount off of the regular price of the tickets. He will then pay a 10% purchasing fee on the discounted price of the tickets.
To Find :
Devin's total cost of the two tickets after the discount and the fee.
Solution :
Discount on price, D = 40×0.05 = $2 .
Price of product after discount, P = $( 40 - 2 ) = $38 .
Now, total price after adding purchasing fee is :
T = P + (P×0.10)
T = 38 + (38×0.10)
T = 38 + 3.8
T = $41.8
Therefore, Devin's total cost of the two tickets after the discount and the fee is $41.8 .
Hence, this is the required solution.