D and F are not equivalent to ax+bx+ac+bc+
Answer:
they don't respect the signs
Step-by-step explanation:
when you have a problem like the one above you have to put parentheses to the negative numbers either to add or subtract them, there is where the sign rule comes in
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
Q: What is the equation of the exponential curve that passes through the points (0,3) and (5, 96)?
Answer: y=3 (2)x