D would be more logic because the total of kids playing football and hour everyday and he would be able to count for in a whole week
O definitely does. I think Z and W do as well.
Y, K and P don't because they can't be rotated and map onto themselves.
Answer:
to get ur answer take 11 from 14
Step-by-step explanation:
just beacuse it is inbetween 10-20 jhahahhahaha
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