Answer:
C
Step-by-step explanation:
The temperature must not be greater than 15 which means 15 is the maximum. It's not saying it can't reach 15, it's saying it can't go past it.
So it wouldn't be t < 15. It would be t is less than or equal to 15
Answer:
D.) an = 4 * an-1
Step-by-step explanation:
a(n) = (1/3) * 4^(n-1)
a(n-1) = (1/3) * 4^(n-1-1) = (1/3) * 4^(n-2)
Thus,
a(n) = (1/3) * 4 * 4^(n-2) = 4 * [(1/3) * 4^(n-2)] = 4 * a(n-1), so that
a(n) = 4 * a(n-1).
Answer:
- m + m/4 + 3m/2 > 22
- m > 8 . . . . m restricted to multiples of 4, perhaps
Step-by-step explanation:
Let m represent the number of articles Mustafa has written. Then the total number of articles written must satisfy the inequality ...
m +m/4 +3m/2 > 22
This has solution ...
(11/4)m > 22
m > (4/11)22
m > 8 . . . . . . . . the solution to the inequality
If all the numbers are integers, and the ratios are exact, then we must have m be a multiple of 4 (that is, 4 times the number of articles Heloise wrote).
The solution set will be ...
m ∈ {12, 16, 20, 24, ...} (multiples of 4 greater than 8)