i want to solve this: consider $(x+y+z)^n$, let $n=1000$ the coefficient of $x^{320}y^{410}z^{270}$ can be written as $\binom{a}{b} \cdot \binom{c}{d}$.
find $a,b,c,d \in \mathbb{N}$
my attempt is using the multinomial theorem, so I get that the coefficient of $x^{320}y^{410}z^{270}$
$\frac{1000!}{320! \cdot 410! \cdot 270!}=\binom{a}{b} \cdot \binom{c}{d}=\frac{a! \cdot b!}{b!\cdot (a-b)!\cdot d! \cdot (c-d)!}$
But from here i cannot find some relation for $a,b,c$ and $d$.
You have the right idea. As @Henry's question comment indicates, there's more than one answer. From what you started, here's how to get one of those answers:
$$\begin{equation}\begin{aligned} \frac{1000!}{320! \cdot 410! \cdot 270!} & = \left(\frac{1000!}{320! \cdot 410! \cdot 270!}\right)\left(\frac{730!}{730!}\right) \\ & = \left(\frac{1000!}{270!\cdot 730!}\right)\left(\frac{730!}{320!\cdot 410!}\right) \\ & = \binom{1000}{270} \cdot \binom{730}{320} \end{aligned}\end{equation}\tag{1}\label{eq1A}$$