Answer:
26
Step-by-step explanation:
4(7-1) +2
4(6) + 2
24+ 2
26
Answer:
$12.08
Step-by-step explanation:
divide 145 by 12 and BOOM, you get 12.08
The list is needed in order to solve the problem, Im sorry but I can’t do anything with this information
Answer:
f(3) = 3
Step-by-step explanation:
f(1) = 1
f(2) = 2
f(n) = f(n − 2) + f(n − 1)
f(3) = f(3 - 2) + f(3 - 1)
= f(1) + f(2) = 1 + 2 = 3
Special Note: Have you heard of the Fibonacci sequence?
The formula f(n) = f(n − 2) + f(n − 1) is used to find the terms of the of the Fibonacci sequence