Ask your own question, for FREE!
Mathematics 17 Online
OpenStudy (help_people):

help

OpenStudy (help_people):

A recursive function is shown below: f(1) = 4 and f(n) = f(n - 1) - 8; n > 1 Which of the following lists the terms in the sequence defined by this recursive function? 4, -4, -12, -20, -28, ... 4, 4, 12, 20, 28, ... 4, 12, 20, 28, 36, ... 4, -12, -20, -28, -36, ...

OpenStudy (anonymous):

f(2) = f(2-1)-8 = f(1) - 8 = -4 f(3) = f(3-1)-8 = f(2) - 8 = -4 - 8 = -12

OpenStudy (anonymous):

Do you see how?

OpenStudy (help_people):

no explain mor3 @lokeshh

OpenStudy (help_people):

oh wait yes so the answer would be what? > that is why i am not understanding.

OpenStudy (anonymous):

Let's first calculate f(2). We use this formula: f(n) = f(n - 1) - 8; n > 1 In this formula we substitute n to 2, then we have f(2) = f(2 - 1) - 8 = f(1) -8 Now since we know f(1) = 2, this gives us f(2) = 4 - 8 = -4 Do you understand how I computed f(2)?

OpenStudy (help_people):

yes

OpenStudy (help_people):

i got a

OpenStudy (help_people):

@lokeshh

OpenStudy (anonymous):

Now can you calculate f(3) by substituting n = 3?

OpenStudy (help_people):

i got a

OpenStudy (anonymous):

You meant you got it?

OpenStudy (help_people):

yes i do for the answer i believe its a :)

OpenStudy (anonymous):

Yeah, that's the correct answer. You can further check by calculating f(3) and f(4). They will be -12 and -20 respectively.

OpenStudy (help_people):

ok XOXO thank you :D

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!