Answer:
D
Step-by-step explanation:
...
Answer:
368
Step-by-step explanation:
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:
Quite a long one, here it is:
18,801,310 = (1 x
) + (8 x
) + (0 x
) + (8 x
) + (0 x
) + (1 x
) + (0 x
) + (3 x
) + (1 x
) + (0 x
)
Additionally, if you can't copy that and you needed to use the caret key (^) instead of the exponent image on brainly here it is:
18,801,310 = (1 x 10^9) + (8 x 10^8) + (0 x 10^7) + (8 x 10^6) + (0 x 10^5) + (1 x 10^4) + (0 x 10^3) + (3 x 10^2) + (1 x 10^1) + (0 x 10^0)
<u>Hope this helps and have a nice day!</u>
<u />