The easiest way to graph this equation is using the x and y intercepts. Plug zero in for x to solve for y, then plug zero in got y to solve for x.
The answer is C. 30.5% :)
Answer:
4d+24
Step-by-step explanation:
The distributive property says that 4(d+6)=4d+(4)(6)
which simplifies to 4d+24
(I hope that's what you needed, please lmk if you needed more than just simplifying.)
Answer:
16
Step-by-step explanation:
the amount of peppers are double the amount of servings, 8x2 = 16
Answer:
g(1) = -65; g(n) = g(n-1) -15
Step-by-step explanation:
Using n = 1, 2, 3, we can find the first three terms of the sequence:
g(1) = -50 -15 = -65
g(2) = -50 -15(2) = -80
g(3) = -50 -15(3) = -95
The first term of the arithmetic sequence is -65, so that is g(1). Each next term is 15 less than the one before, so the recursive formula is ...
g(n) = g(n-1) -15
The complete recursive function definition requires both parts:
g(1) = -65
g(n) = g(n-1) -15