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>
Answer:
Division.
Step-by-step explanation:
In order to get to 0.71938, you have to divide 719.38 by 1000.
719.38 / 1000 = 0.71938
80 x 70 = 5600 square feet total
5600 / 400 = 14
he would need 14 loads
Answer:
25%
Step-by-step explanation:
From the question given above, the following data were obtained:
Total shaded checker board (T) = 32
Shaded checker board with pieces (S) = 8
Percentage of Shaded checker board with pieces =?
We can obtain the percentage of checker board with pieces as follow:
Percentage of Shaded checker board with pieces = Shaded checker board with pieces / Total shaded checker board × 100
= S / T × 100
= 8 / 32 × 100
= 25%
Therefore, percentage of Shaded checker board with pieces is 25%
Answer:
Step-by-step explanation:
Yes you can just write them with denominator 1,
So 3 = 3/1 and -6 = -6/1.