English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Example sequence: 3, 6, 12, 24, 48, 96

2007-05-02 14:17:45 · 4 answers · asked by Anonymous in Science & Mathematics Mathematics

4 answers

The general idea is to try to come up with a function f(x) so that f(1) gives the first item in the sequence, f(2) gives the second, etc. How you get from one item to the next will usually give you a clue as to what the function will look like.

In this case, you are multiplying by 2 to get from one item the next, so something like 2^n will probably figure in the function. After a little fooling around, you should come up with f(x) = 3 * 2^(n-1) for this sequence.

2007-05-02 14:27:33 · answer #1 · answered by gargoyle124 3 · 0 0

Notice that 6 is 2*3
12 is 2*6=2*2*3=2^2*3
24 is 2*12=2*2*2*3=2^3*3
48 is 2^4*3
etc.

You get the idea, now just write that down for a general number n.

2007-05-02 14:28:42 · answer #2 · answered by Anonymous · 0 0

a sub n = 3(2)^n, n = 0 through 6

2007-05-02 14:25:24 · answer #3 · answered by richardwptljc 6 · 0 0

a_1= 3 a_n = 3*(n-1)^2

2007-05-02 14:29:03 · answer #4 · answered by santmann2002 7 · 0 0

fedest.com, questions and answers