Is that all the information? it could literally be any number with only that.
Answer:
f(n) = f(n - 1) + 3
Step-by-step explanation:
Substitute
to get the recursive formula.
OPTION 1: f(n) = f(n - 1) + 3
Substituting n = 1.
f(1) = f(1 - 1) + 3 = 0 + 3 = 3.
Substituting n = 2.
f(2) = f(2 - 1) + 3 = f(1) + 3 = 3 + 3 = 6.
Substituting n = 3.
f(3) = f(3 - 1) + 3 = f(2) + 3 = 6 + 3 = 9.
The numbers match the given sequence. So, we say the above recursive formula represents the sequence.
OPTION 2: f(n) = f(n - 1) + 2
Substituting n = 1
f(1) = f(0) + 2
3.
So, this is eliminated.
Similarly, OPTION 3 and OPTION 4 can be eliminated as well.
Answer:
18÷n or 18a
Step-by-step explanation:
The value of the function (f.h)(x) is 96x⁵ + 132x⁴ + 78x³ + 18x²
<h3>How to solve function?</h3>
f(x) = 3x² + 4x³ + 8x⁴
g(x) = -3x + 12x² - 5x³
h(x) = 12x + 6
Therefore,
(f.h)(x) = f(x).h(x)
Hence,
f(x).h(x) = (3x² + 7x³ + 8x⁴)(12x + 6)
f(x).h(x) = 36x³ + 18x² + 84x⁴ + 42x³ + 96x⁵ + 48x⁴
(f.h)(x) = 96x⁵ + 84x⁴ + 48x⁴ + 36x³ + 42x³ + 18x²
(f.h)(x) = 96x⁵ + 132x⁴ + 78x³ + 18x²
learn more on function here: brainly.com/question/7783704
#SPJ1