asked 209k views
4 votes
A sequence is defined by the recursive function f(n + 1) = one-halff(n). If f(3) = 9 , what is f(1) ?

asked
User Davisoa
by
7.6k points

2 Answers

3 votes

Answer:

d.) 81

Explanation:

f(2) would be 27 and 27x3 is 81.

81/3=27

27/3=9

answered
User Akhil Choudhary
by
7.6k points
4 votes

Answer:

81

Explanation:

For the recursive function, f(n+1) = one-half(n)

Thus, when n = 2,

f(3) = 9

If n = 1,

f(2) = 9×3

f(2) = 27

If n = 0,

f(1) = 27 ×3

f(1) = 81

answered
User Babu
by
8.3k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.