suppose that a sample of size $n$ is to be chosen randomly (without replacement) from an urn containing $N$ balls, of which $m$ are white and $N-m$ are black. If we let $X$ denote the number of white balls selected, then the probability of getting exactly $i$ white balls is $$P(X=i)=\frac{\binom{m}i\binom{N-m}{n-i}}{\binom{N}{n}}, i=0,1,\ldots, \min(n,m).$$
Now the following probability $$\big(\frac{\binom{m}i\binom{N-m}{n-i}}{\binom{N}{n}}\big)^2$$ can be defined as: suppose I have two identical urns and two people doing the same experiment. Then the probability of both getting exactly $i$ white balls is $\big(\frac{\binom{m}i\binom{N-m}{n-i}}{\binom{N}{n}}\big)^2.$
Can anyone please give me reference of some examples (preferably from books available in online) where a probability is multiplied a number of times to represent replication of an experiment.