Without using calculator what's the value of n?
Using binomial expansion I get:
nCp * 2n-p * πn-p * 5p = 288000π8
Easily I know that n-p=8, by the π's power
Then the power of 2 is also 8, so I can divide both sides
nCp * 5p = 1125
Well I know that
- n-p=8
- n-8=p
- n=p+8
And with "pascal triangle's" rule(nCp = nCn-p)
nC8 * 5p = 1125
nC8 * 5n-8 = 1125
Well there are definitively many ways to equate this, but how can I get the value of n without calculator or guessing(Trial and error)?
Or is there any other approach?
The answer is n=10 and p=2...
Sorry for no LaTeX(I don't know how to work with it
The term of degree $8$ in the expansion of $(x+a)^n$ is $$ \binom{n}{8}a^{n-8}x^8 $$ so you want to solve $$ \binom{n}{8}5^{n-8}2^8=288000=2^83^25^3 $$ hence $$ \binom{n}{8}5^{n-11}=9 $$ We can exclude $n>11$, because the right hand side is not divisible by $5$.
Therefore you just have to check $n=8,9,10,11$: \begin{align} \binom{8}{8}&=1 \\ \binom{9}{8}&=\binom{9}{1}=9 \\ \binom{10}{8}&=\binom{10}{2}=\cdots\\ \binom{11}{8}&=\binom{11}{3}=\cdots \end{align}