19: He multiplied instead of dividing which will make a totally incorrect answer
Given recursive formula is
f(n) = 22 * f(n - 1)
Where first term : f(1) = 10
And we need to find the first five terms of this sequence. So , let's find the second term by plug in n = 2 in the above formula. Therefore,
f (2) = 2.2 * f ( 2 -1)
= 2.2 * f(1)
= 2.2 * 10
= 22
So second term is 22.
Similarly plug in 3 for n to get the third term. Hence,
f(3) = 2.2 * f(3 -1) = 2.2 * f(2) = 2.2 * 22= 48.4
f(4) = 2.2 *f( 4 -1) = 2.2 * f(3) = 2.2* 48.4 = 106.48
f(5) = 2.2* f(5-1)= 2.2 * f(4) = 2.2 * 106.48 = 234.256
So, the first five terms are 10, 22, 48.4, 106.48 and 234.256.
Hope this helps you!
Answer:
what graph ? i do not see one
Step-by-step explanation:
Answer:
B
Step-by-step explanation:
Given a function of a parabola (quadratic) in the form f(x) = x^2, we have a translated function as:
g(x) = a(x-b)^2
Where
- a is the vertical compression or stretch. If a > 1, it is a vertical stretch and if 0 < a < 1, it is a vertical compression.
- b is the horizontal translation b units to the right
The function given is p(x) = 3(x-8)^2
So it means that it is a vertical stretch with a factor 3 and the graph is shifted horizontally 8 units right
the correct answer is B