It's been a lot time but I have got no response, so asking separately though I know it seems a noob thing to ask but what to do, I'm unable to wrap my head around it :/ .
In this question both the answers find the value of $T_n$ as: $$T_n=4T_{n-1}$$ $$\Rightarrow T_n=4^{n-1}T_1$$
But I'm unable to get how they moved from former to latter that easily?!
I can slowly, step-by-step arrive at the latter using the former but I want to be able to "take that leap" (Inception pun :p).
Please help so I can repeat such a thing for other variants too easily with no doubts in mind.
This is how see it to able to figure it out:
$T_1=k$
$T_2=T_1\cdot r=kr$
$T_2=T_2⋅r=kr^2$
$\vdots$
$T_n=k⋅r^{n-1}$
But I have solved a lot of GPs before and still whenever I look at it as $T_n=r\cdot T_{n-1}$ I'm forced to take a round about way :/ .