Answer:
$1.15
Step-by-step explanation:
B * 3 < 140
B being the number of books Frank owns. Because tripling the amount of books he owns is still less than the amount of book Emily owns, b*3 has to be less than 140
Answer:
a. 6
b. 9
Step-by-step explanation:
a. The product modulo 7 can be found from the product of the individual numbers modulo 7:
(88·95·36·702) mod 7 = (88 mod 7)·(95 mod 7)·(36 mod 7)·(703 mod 7) mod 7
= (4·4·1·3) mod 7 = 48 mod 7 = 6
__
b. Powers of 4 mod 11 repeat with period 5:
4 mod 11 = 4
4^2 mod 11 = 5
4^3 mod 11 = 9
4^4 mod 11 = 3
4^5 mod 11 = 1
So, 4^83 mod 11 = 4^3 mod 11 = 9
The number of seats sold cannot be negative, so you have
... x ≥ 0, y ≥ 0
The limits on numbers of seats must be observed, so you have
... y ≤ 2000
... x + y ≤ 3000
And the revenue constraint must be met:
... 35x + 50y ≥ 90,000
Together, these inequalties are ...
{x ≥ 0, y ≥ 0, y ≤ 2000, x + y ≤ 3000, 35x + 50y ≥ 90,000}