Answer:
recursive: f(0) = 7; f(n) = f(n-1) -8
explicit: f(n) = 7 -8n
Step-by-step explanation:
The sequence is an arithmetic sequence with first term 7 and common difference -8. Since you're numbering the terms starting with n=0, the generic case will be ...
recursive: f(0) = first term; f(n) = f(n-1) + common difference
explicit: f(n) = first term + n·(common difference)
To get the answer above, fill in the first term and common difference values.
Answer:
r=-7
Step-by-step explanation:
Answer:
20
Step-by-step explanation:If p=100% and t=20% than 5×20=100 because if you add 20 five different times you get 100.
Answer:
-1/2
Step-by-step explanation:
Slope is defined as change in x/change in y.
The x changed by 1/8-(-1/4)=3/8 and the y changed by -4-(-1/4)=(-3/4).
Now, divide the 2 fractions:
(-3/4)/3/8 = -3/4*8/3 = -4/8 = -1/2