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

1 answer

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
Similar Questions
    1. answers icon 3 answers
  1. Help please, I don't understand how to do this...Give an example of an arithmetic sequence that is found in the real world. Find
    1. answers icon 4 answers
    1. answers icon 0 answers
  2. Write a recursive rule for the sequence:1,2,12,56,272... and 2,5,11,26,59... and -3,-2,5,-3,-2... I can't find the pattern in
    1. answers icon 3 answers
more similar questions