Logo
Published on

Finite GP with unknown index

Authors
  • avatar
    Name
    Vu Hung
    Twitter

Problem Statement

For the geometric sequence with first term 55 and ratio 22, find nn such that

Sn=2555.S_n=2555.

Solutions

Sn=52n121=5(2n1)=2555.S_n=5\frac{2^n-1}{2-1}=5(2^n-1)=2555.

So

2n1=511    2n=512=29.2^n-1=511 \implies 2^n=512=2^9.

Hence n=9n=9.


Further Readings


Connect with me