Answer:20
Step-by-step explanation:
I got it right on my test
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.
1 + 1x
OR
1 + x
They mean the same thing! Hope this helps!
Answer:
he must have 200000 dollars to earn 6000 in commission
Answer:
The y intercept, (0,400) represents the amount of money the radio station originally had. The x-intercept, (8,0), represents the amount of weeks it will take for the radio station to have $0 left.
Step-by-step explanation: