If the $n$-th term of a geometric progression $5,-\frac 52, \frac 54$.. is $\frac{5}{1024}$, then n is

231 Views Asked by At

Common ratio = $r=\frac{-1}{2}$

First term=$a$

$$\frac{5}{1024}=5\left(-\frac{1}{2}\right)^{n-1}$$ $$\frac{1}{1024}=\left(-\frac{1}{2}\right)^{n-1}$$ $$1024=(-2)^{1-n}$$ $$(-2)^{10}=(-2)^{1-n}$$ Then $$10=1-n$$ $$n=-9$$ which makes so sense. How should I get the right answer?

2

There are 2 best solutions below

4
On BEST ANSWER

It started to be wrong from the third line. You take a $-1$ power both side but you do too much on your right side, it should be: $\left[\left(-\dfrac{1}{2}\right)^{n-1}\right]^{-1}=\left(-2\right)^{n-1}\text{ or }\left(-\dfrac{1}{2}\right)^{1-n}$

4
On

Use

$$a_n = a_1 r^{(n-1)}$$

Plug in $r=-1/2$, $a_1=5$ and $a_n =5/1024$ to get

$$n=11$$