I have the following question:
In the expansion of $(x+2)^n$, $n$ is a positive integer greater than $2$. Given that the ratio between the coefficient of the $x^3$ term and the coefficient of the $x$ term is $7:4$, find $n$.
I know I have to use binomial theorem, but I'm not too sure how to go from there. I get that the coefficient of the $x^3$ term is $\binom{n}32^{n-3}$ and the coefficient of the $x$ term to be $n*2^{n-1}$. So I get the equation:$$\frac{\binom{n}32^{n-3}}{n*2^{n-1}}=\frac74$$Am I on the right track? I'm also not too sure how to solve this equation, so could someone help me with that?

${n \choose 3} = \frac{n!}{(n-3)! \ 3!} = \frac{1}{6}n(n-1)(n-2)$. Therefore, after cancelling you have:
$$\frac{(1/6)(n-1)(n-2)}{4} = \frac{7}{4}.$$