Find the coefficient of $a^5b^5c^5d^6$ in $(bcd+acd+abd+abc)^7$

389 Views Asked by At

Find the coefficient of $a^5b^5c^5d^6$ in the expansion $(bcd+acd+abd+abc)^7$.

I tried to use multinomial theorem but failed.I can find out the coefficient of $a^5b^5c^5d^6$ in $(a+b+c+d)^21$.But I discovered that the multiplication of terms in the given expansion is $(abcd)^21$ and in my expression I have done the same operation and have found the same result.Is there any relation between these two expressions??I am sure that it can be done using multinomial theorem but how??If you have another method then show me that also.

*The 2nd expression which I gave has a big answer.The answer is so bigger than the original question.Please help me.Thanks

2

There are 2 best solutions below

3
On BEST ANSWER

Notice that if we have:

$$(abc)^i(abd)^j(bcd)^k(acd)^l=a^5b^5c^5d^6 ;$$

then this implies that

$$ \left\{ \begin{array}{lcc} i+j+l=5 , & \text{by comparison of the power of} \ \ a , \\ i+j+k=5 , & \text{by comparison of the power of} \ \ b , \\ i+k+l=5 , & \text{by comparison of the power of} \ \ c , \\ j+k+l=6 , & \text{by comparison of the power of} \ \ d . \\ \end{array} \right.$$


The above system of equations has the solution:

$$i=1, \ \ j=2, \ \ k=2, \ \ l=2.$$


So we have the following:

$$(abc)^1(abd)^2(bcd)^2(acd)^2=a^5b^5c^5d^6.$$


So the coefficeint is equal to $\dfrac{7!}{1!2!2!2!}$.

1
On

The coefficient of $a^5b^5c^5d^6$ in $(bcd+acd+abd+abc)^7$ is the same as the coefficient of $\dfrac{a^5b^5c^5d^6}{(abcd)^7}$ in $\dfrac{(bcd+acd+abd+abc)^7}{(abcd)^7}$, i.e. the coefficient of $\dfrac1{a^2b^2c^2d}$ in $\left(\dfrac1a+\dfrac1b+\dfrac1c+\dfrac1d\right)^7$. Is that better for you?