We are given this thing
$$J=\left(\frac{A+Bs}{C+Ds}\right)^N$$
Where $A,B,C,$ and $D$ are non-zero constants, $N$ is a positive constant.
We are told to find $P_0$ (the coefficient of the term $s^0$ in the sum) if
$$\left(\frac{A+Bs}{C+Ds}\right)^N=\sum_{n=-\infty}^{\infty}s^n P_n$$
And we know that $\forall n \notin \{0,1,\dots,N\}; P_n=0$.
We can say
$$\left(\frac{A+Bs}{C+Ds}\right)^N=\left(\frac{\tilde A+\tilde Bs}{1+\tilde D s}\right)^N$$
Where $\tilde X=X/C$.
I know that if we can write $J$ as $(\alpha s^i + \beta s^j)^N$, then we can use the binomial theorem to write:
$$J=\sum_{n=0}^{N} \frac{N!}{n!(N-n)!} (\alpha s^i)^n (\beta s^j)^{N-n}$$ $$=\sum_{n=0}^{N} s^{ni+(N-n)j}\frac{N!\alpha^n \beta^{N-n}}{n!(N-n)!}$$ $$=\sum_{n=0}^{N} s^{Nj+(i-j)n}\frac{N!\alpha^n \beta^{N-n}}{n!(N-n)!}$$
So $P_{Nj+(i-j)n}=\frac{N!\alpha^n \beta^{N-n}}{n!(N-n)!}$.
$$Nj+(i-j)n=0 \implies n={\frac{Nj}{j-i}}$$
$$\implies P_0=\frac{N!}{{\frac{Nj}{j-i}}!(N-{\frac{Nj}{j-i}})!} \alpha^{\frac{Nj}{j-i}} \beta^{N-{\frac{Nj}{j-i}}}$$
But I cannot write $J$ in that form.
How can I find $P_0$, the coefficient of the term $s^0$ in the sum, from this method or any other method?