f(1) = 4 is given
f(n) = f(n-1)-4 is the recursive step or rule
f(2) = f(2-1)-4 ... replace n with 2
f(2) = f(1) - 4
f(2) = 4-4 ... replace f(1) with 4
f(2) = 0
----------
Repeat for n = 3
f(n) = f(n-1)-4
f(3) = f(3-1)-4
f(3) = f(2) - 4
f(3) = 0 - 4 .... replace f(2) with 0, which is from f(2) = 0 found earlier
f(3) = -4
---------
Repeat for n = 4
f(n) = f(n-1)-4
f(4) = f(4-1)-4
f(4) = f(3) - 4
f(4) = -4-4 ... plug in f(3) = -4
f(4) = -8
<h3>Answer is -8</h3>
9-7= 2 and ±2-±8=6 here are the answers to one of the questions you need help whith
Answer:
x^2(x-4) + 3(x-4)
(x^2 + 3)(x-4)
Step-by-step explanation:
Given
0.24 × (number of 6th grade students) = 30
Find
(number of 6th grade students
Solution
Divide by 0.24.
... (number of 6th grade students) = 30/0.24 = 125
The first choice.
The equation of this first line is -2, and since there is an open circle, it is not equal to -3.
The equation of the second line is -x-2, and there is a closed circle, so it includes -3