SOLUTION: Enter the 12th term of the sequence for each whole number greater than 1. f(1) = 1 and f(n) = 2 · f(n − 1)

Algebra.Com
Question 912611: Enter the 12th term of the sequence for each whole number greater than 1.

f(1) = 1 and f(n) = 2 · f(n − 1)

Answer by jim_thompson5910(35256)   (Show Source): You can put this solution on YOUR website!
f(1) = 1 and f(n) = 2*f(n-1)

The idea is to find f(12). We can't do this directly since we're given this recursive sequence. We need to know f(1), f(2), ..., f(10), f(11) before we can determine f(12).

So plug in n = 2, n = 3, etc into f(n) = 2*f(n-1) to find f(2), ..., f(10), f(11)

----------------------------------------------------------------------

f(n) = 2*f(n-1)

f(2) = 2*f(2-1)

f(2) = 2*f(1)

f(2) = 2*1

f(2) = 2


---------------------------

f(n) = 2*f(n-1)

f(3) = 2*f(3-1)

f(3) = 2*f(2)

f(3) = 2*2

f(3) = 4


---------------------------

f(n) = 2*f(n-1)

f(4) = 2*f(4-1)

f(4) = 2*f(3)

f(4) = 2*4

f(4) = 8


---------------------------

f(n) = 2*f(n-1)

f(5) = 2*f(5-1)

f(5) = 2*f(4)

f(5) = 2*8

f(5) = 16


---------------------------

f(n) = 2*f(n-1)

f(6) = 2*f(6-1)

f(6) = 2*f(5)

f(6) = 2*16

f(6) = 32


---------------------------

f(n) = 2*f(n-1)

f(7) = 2*f(7-1)

f(7) = 2*f(6)

f(7) = 2*32

f(7) = 64


---------------------------

f(n) = 2*f(n-1)

f(8) = 2*f(8-1)

f(8) = 2*f(7)

f(8) = 2*64

f(8) = 128


---------------------------

f(n) = 2*f(n-1)

f(9) = 2*f(9-1)

f(9) = 2*f(8)

f(9) = 2*128

f(9) = 256


---------------------------

f(n) = 2*f(n-1)

f(10) = 2*f(10-1)

f(10) = 2*f(9)

f(10) = 2*256

f(10) = 512


---------------------------

f(n) = 2*f(n-1)

f(11) = 2*f(11-1)

f(11) = 2*f(10)

f(11) = 2*512

f(11) = 1024


---------------------------

f(n) = 2*f(n-1)

f(12) = 2*f(12-1)

f(12) = 2*f(11)

f(12) = 2*1024

f(12) = 2048


---------------------------

The first twelve terms are: 1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048

The 12th term is 2048 which is the final answer

Let me know if you need more help or if you need me to explain a step in more detail.
Feel free to email me at jim_thompson5910@hotmail.com
or you can visit my website here: http://www.freewebs.com/jimthompson5910/home.html

Thanks,

Jim

RELATED QUESTIONS

A sequence has its first term equal to 4, and each term of the sequence is obtained by... (answered by ikleyn)
Given the functions f(n) = 500 and g(n) = ()n − 1, combine them to create a... (answered by richwmiller)
the recursive rule for a sequence is f(n) = f(n-1)/2 +5. The first term is 4. What is the (answered by ewatrrr)
Enter the first four terms of the sequence defined by the rule given... (answered by ikleyn)
List the first five terms of the sequence. f(n+1)=2f(n)+n. Where f(1)=1, for n... (answered by jim_thompson5910)
If a sequence is defined recursively by f(1)= -2 and f(n-1) = 3(n-1)-4, then find the... (answered by ikleyn)
The Fibonacci sequence, is defined by F_0 = 0, F_1 = 1, and F_n = F_{n - 2} + F_{n - 1}. (answered by CPhill,greenestamps)
Let {F(n)} = {1,1,2,3,5,8,13,21,34,55,···} be the Fibonacci sequence defined by F(1) = (answered by AnlytcPhil)
The recursive rule for a sequence is f(1)=8 1/2, f(n)=f(n-1)-1/2. How should I find the... (answered by Edwin McCravy)