The table below shows the values of f(n) for different values of n. n 1 2 3 4 5 6 f(n) 1 2 4 16 128 4096 Which recursive function best represents the values shown in the table? f(1) = 1, f(2) = 2, f(n) = f(n -3) + f(n - 2); n > 2 f(1) = 1, f(2) = 2, f(n) = f(n -3) f(n - 2); n > 2 f(1) = 1, f(2) = 2, f(n) = 2f(n -1) + f(n - 2); n > 2 f(1) = 1, f(2) = 2, f(n) = 2f(n -1) f(n - 2); n > 2
It is gonna be one of the ones with the Plus sign in it. so.. you have a 50% chance.
which one should I pick then?
hold on i am trying to work it out.
go wid the second one with the plus so the 3rd.
Unless I did something wrong.
k
Just look at n = 4, 5 and 6 and figure how you can get 4096 for that very big 6th term.
some prior suggestions here were incorrect
Join our real-time social learning platform and learn together with your friends!