Answer:
24
Step-by-step explanation:
f(n) = f(n − 1) + 3
if n = 7 => f(7) = f(7-1) + 3 = f(6) + 3
if n = 6 => f(6) = f(6-1) + 3 = f(5) + 3
if n = 5 => f(5) = f(5-1) + 3 = f(4) + 3
if n = 4 => f(4) = f(4-1) + 3 = f(3) + 3
if n = 3 => f(3) = f(3-1) + 3 = f(2) + 3
if n = 2 => f(2) = f(2-1) + 3 = f(1) + 3
if f(1) = 6 then f(2) = 9
f(3) = 12
f(4) = 15
f(5) = 18
f(6) = 21
f(7) = 24
Answer:
F. 6 x 22
Step-by-step explanation:
- 6 has more than two factors ( 1, 6, 2, 3), which makes it a composite number.
- 22 has more than two factors (1, 22, 2, 11), which makes it a composite number.
- Therefore, F is the correct answer.
Answer:
4^(-11)
Step-by-step explanation:
To divide powers, subtract the exponents.
4^(-2) / 4^9
-2-9=-11
So, the answer is 4^(-11), which is basically 4 to the eleventh power.