Find number of terms in given series 3,6,12,24,......,384
Answers
Answered by
0
Answer:
8
Step-by-step explanation:
Here a = 3 and r = 6/3 = 2. Let the number of terms be n.
Then, t = 384 => a * r^(n-1) = 384
=> 3 * 2^(n-1) = 384 => 2^(n-1) = 128 = 2^(7)
=> n-1 = 7 => n = 8.
Hope it helps u.
Similar questions