Ask a New Question

Question

Find a recursive rule for the sequence 3, 6, 12, 24, …

I can't decide if it's

a sub n= (2)n times sub n-1

or

a sub n= 1/2 times sub n-1
11 years ago

Answers

Steve
first, you might fix your typos. Your formulas are bogus.

Next, you can easily see that the values get bigger and bigger, so the 1/2 formula can't be right.

Your first try is right, but should be written

a(1) = 3
a(n) = 2*a(n-1) for n > 1
11 years ago

Related Questions

Write a recursive rule for the sequence: 1,2,12,56,272... and 2,5,11,26,59... and -3,-2,5,-3,-... What is the recursive rule for an=2n+11? a1=13;an=an−1+2 a1=13;an=an−1+11 a1=2;an=an−1+11... what is the recursive rule for the sequence -7.4, -21.2, -35, -48.8, -62.6 an=an-1+13.8 an=an+1+... What is the recursive rule for the sequence? -7.4, -21.2, -35, -48.8, -62.5 I got an=an+1 -13.8... What is the recursive rule for the following sequence: -5, -3, -1, 1…? A. an = an n-1 - 5 B. an =... The recursive rule for a sequence is f(n)= f(n-1) ———+5 2 The first term is... What is the recursive rule for an=2n+11? What is the recursive rule for this geometric sequence? 7, 21, 63, 189, … write a recursive rule for the sequnce: f(n)=1990x(1/2)^n^-1 write a recursive rule for the sequence: f(n)=3x(10)^n^-1
Ask a New Question
Archives Contact Us Privacy Policy Terms of Use