Question: Find a value of $n$ such that the coefficients of $x^7$ and $x^8$ are in the expansion of $\displaystyle \left(2+\frac{x}{3}\right)^{n}$ are equal.
My attempt:
$\displaystyle \binom{n}{7}=\binom{n}{8} $
$$ n(n-1)(n-2)(n-3)(n-4)(n-5)(n-6) \times 2^{n-7} \times (\frac{1}{3})^7= n(n-1)(n-2)(n-3)(n-4)(n-5)(n-6)(n-7) \times 2^{n-8} \times (\frac{1}{3})^8 $$
$$ \frac{6}{7!} = \frac{n-7}{40320} $$
$$ n-7 = 48 $$
$$ n=55 $$