Good day! I have this for this one, but I cannot get it. What am I doing wrong?
$3+9+27+\cdots +3^{n}=(\cfrac{3}{2})\left ( 3^{n}-1 \right )$
$3^{1}=\left ( \cfrac{3}{2} \right )\left ( 3^{1} -1\right )$
$3=\left ( \cfrac{3}{2} \right )\left ( 2\right )$
$3 = 3$
Then the second part:
$3+9+27+\cdots +3^{k}=(\cfrac{3}{2})\left ( 3^{k}-1 \right )$
$3+9+27+\cdots +3^{k}+3^{k+1}=(\cfrac{3}{2})\left ( 3^{k+1}-1 \right )$
In the left side I have:
$3+9+27+\cdots +3^{k}+3^{k+1}=(3+9+27+\cdots +3^{k})+3^{k+1}$
Substituting in:
$3+9+27+\cdots +3^{k}=(\cfrac{3}{2})\left ( 3^{k+1}-1 \right )$
$=(\cfrac{3}{2})\left ( 3^{k+1}-1 \right )+3^{k+1}$
So the first would be $3^1 = \frac 32(3^1-1)$ which is true and the next would be $3^1 + 3^2 = \frac 32(3^2-1)$ which is equiv to $3+9 = \frac 32\cdot 8$ which is equiv to $12= 12$. etc
– fleablood Feb 20 '21 at 17:43