I have the following question that I'm trying to work out an answer to:
"In the binomial expansion of $(1+x)^n$ where $n >= 4$, the coefficient of $x^4$ is $3/2$ times the sum of the coefficients of $x^2$ and $x^3$.
I have already figured it out in so far as getting $x$ by using $nCr$ for the coefficients like this:
$$\frac{3}{2}\left(\frac{n! }{(n-2)!2!} + \frac{n! }{(n-3)!3!}\right) = \frac{n! }{(n-4)!4!}$$
Apologies for the small brackets surroundig the left side of the equation - I am attempting to format correctly to little avail.
Regardless, I recognise that all that I need to do from here is solve for $n$. I am struggling to rearrange correctly, so would appreciate the help.