I have got a question which is stated as
Find numerically the greatest term in the expansion of $(2+3x)^9$ where $x=\frac{3}{2}$
I haven't any idea how to proceed but I just plugged in value of $x$ and got $$(2+3x)^9=\bigg(\frac{13}{2}\bigg)^9$$
How can I determine greatest term here?
Please help!!!
The term involving $(3/2)^n$ is
$$ a_n = {9 \choose n} 2^{9-n} \left( {9 \over 2} \right)^n$$
and so you have
$$ {a_n \over a_{n-1}} = {{9 \choose n} \over {9 \choose n-1}} {2^{9-n} \over 2^{9-(n-1)}} {(9/2)^n \over (9/2)^{n-1}} $$
or after some simplification
$$ {a_n \over a_{n-1}} = {{9 \choose n} \over {9 \choose n-1}} \times {9 \over 4}. $$
Now attack that quotient of binomial coefficients; it's
$$ {{9 \choose n} \over {9 \choose n-1}} = {9! \over n! (9-n)!} {(n-1)! (10-n)! \over 9!} = {(n-1)! \over n!} {(10-n)! \over (9-n)!} = {10 - n \over n}.$$
So you have
$$ {a_n \over a_{n-1}} = {10 - n \over n} \times {9 \over 4} $$
and this decreases as $n$ increases. So $a_n/a_{n-1} > 1$ for small $n$ and $a_n/a_{n-1} < 1$ for large $n$ - the sequence of $a_n$ increases and then decreases as $n$ increases. Find the $n$ where this changeover happens.