I am struggling with this equality, which I found in George C. Canavos Applied Probability and Statistical Methods:
$\frac{\theta / (\theta + 1)^{x+k}}{\theta^k} = \left(\frac{1}{\theta + 1}\right)^k \left(\frac{\theta}{\theta + 1}\right)^x$
How do I work it out? Is it a known equality?
Cheers
Update
In sight of your kind answers, I start feeling this may be a typo in Canavo's book. I attach a capture from the book's page where the equality appears. As you see, there is no outer parenthesis:

That's trivial, but you may need a parenthesis more on the LHS:
$$\begin{align*} {(\theta/(\theta+1))^{x+k}\over \theta^k}&= {\theta^{x+k}\over(\theta+1)^{x+k}}{1\over \theta^k}\\ &= {\theta^{x}\over(\theta+1)^{x}}{\theta^{k}\over(\theta+1)^{k}}{1\over \theta^k}\\ &= {\theta^{x}\over(\theta+1)^{x}}{1\over(\theta+1)^{k}}\\ &=\left({\theta\over\theta+1}\right)^x\left({1\over\theta+1} \right)^k \end{align*} $$
Note that that interpretation of $\theta/(\theta+1)^{x+k}$ is required for the equality to be correct. Let for example $x=k=1$ and $\theta=1/2$ and you get the RHS to be $2/9$ and with that interpretation you get the same on the LHS, but without the parenthesis you get the LHS to be $4/9$. Note that the extras in the book doesn't help as this is just a factor $1$ in this case.