Hi great if you could please help me solve this:
Given: $$a_0=12$$
$$a_5=24$$
$$a_{10} =48$$
thus ratio $$a_0:a_5 = 2$$
$n =$ number of terms in scale $= 5 (a_0, a_1, a_2, a_3, a_4) $
$a_0 =$ first term $= 12$
What is the equation to find $i$-th value $a_i$ , and the common ratio.
Thanks Jean-Lou
$i$-th term of the GP can be given by:$$a_i=a_0\times{r}^i$$
now $r$ can be determined using the above formula:$$\ \ \ \ \ \ \ \ \ \ \ \ \ \ a_5=a_0\times r^5$$$$\ \ \ \ \ \ \ \ \Rightarrow 24=12\times r^5$$$$\ \ \ \ \ \ \ \ \Rightarrow r^5=\frac{24}{12}=2$$$$\Rightarrow r=2^{1/5} $$
Note that this formula for $i$-th term is not always going to be valid. In this case it is valid because the initial term of your GP is called $a_0$. Sometimes, the initial term of a GP is called $a_1$, in that case the formula would be:$$a_i=a_1\times r^{i-1}$$