SOLUTION: what is the first five terms and 50th term of this sequence. An=2a n-1 + 5 and a1=3

Algebra.Com
Question 1168283: what is the first five terms and 50th term of this sequence.
An=2a n-1 + 5 and a1=3

Answer by greenestamps(13200)   (Show Source): You can put this solution on YOUR website!


Follow the instructions to find the first 5 terms recursively:

a(1) = 3
a(2) = 2*a(1)+5 = 6+5 = 11
a(3) = 2*a(2)+5 = 22+5 = 27
a(4) = 2*a(3)+5 = 54+5 = 59
a(5) = 2*a(4)+5 = 118+5 = 123

Look for the pattern to deduce the formula for the n-th term.

The numbers are approximately doubling each time; so compare the sequence to appropriate powers of 2:
  this sequence:   3   11   27   59  123
  powers of 2:     8   16   32   64  128
                   ---------------------
  differences:     5    5    5    5    5


The n-th term in the sequence is 5 less than 2 to the power (n+2):



So the 50th term is , which is a huge number....


RELATED QUESTIONS

what is the first five terms and 50th term of this sequence. An=2a n-1 + 5 and... (answered by ikleyn,greenestamps,Edwin McCravy)
What are the first five terms 50th term of this sequence? An=2a n-1 + 5 and... (answered by ikleyn)
what is the first five terms of the sequence a1=3, and... (answered by Fombitz)
1) Use the explicit formula an=(-1)^n(13n-6), to find the first five terms of the... (answered by ikleyn)
The first term and common ratio of a geometric sequence is given below. What are the... (answered by ewatrrr,stanbon)
Find the first two terms and the 50th term of each infinite sequence.... (answered by jim_thompson5910)
to find the first 3 terms of the Recursively defined sequence: a1=5 , an=2a n-1 for... (answered by Fombitz,jim_thompson5910)
1. find the sum of the first 25 terms for 6, 11, 16, 21... 2. give the rule for 5, 10,... (answered by nyc_function)
A sequence is defined recursively by the given formulas. Find the first five terms of the (answered by jim_thompson5910)