Need help with this question /?

enter image source here

2 Answers
May 10, 2018

Tn = 3*2^(n-1)32n1

Explanation:

3, 6, 12, 24....

a = 3 First term
r = 6/363 = 2
n = ?

Tn = a.r^(n-1)a.rn1 = 3*2^(n-1)32n1

May 10, 2018

The fourth selection t_n = 3(2)^(n-1)tn=3(2)n1

Explanation:

Given:

3,6,12,24,...

Starting with n = 1

The first selection:
t_1 = -2(3)^(1-1) = -2 larr does not match so we reject it

The second selection:

t_1 = 2(3)^(n-1) = 2 larr does not match so we reject it

The third selection:

t_1 = -3(2)^(1-1) larr does not match so we reject it

The fourth selection:

t_1 = 3(2)^(1-1) = 3
t_2 = 3(2)^(2-1) = 6
t_3 = 3(2)^(3-1) = 12
t_4 = 3(2)^(4-1) = 24

All 4 terms match.