I made some calculations on dice throwing probabilites (they are fair dices) and I want to know if they are correct:
Let $(X_1, X_2)$ be the throwing of $2$ dices. Then the probability of having 2 of a kind $\{(1,1),(2,2),(3,3),(4,4),(5,5),(6,6))\}$ is
$$P(X_1=X_2)=P(X_2=x\mid X_1=x)=\frac{P(X_2 = x\cap X_1=x)}{P(X_1=x)}=\frac{6}{1}\cdot \frac{1}{36}=\frac{1}{6}$$
Let $(X_1,X_2)$ be the same as before. Then the probability of having successively two 2 of a kind in 5 trials (trial = two dice throwing) meaning a successful event looks like this: $$\{(x_1,x_2),(x_3,x_4),(x_5,x_5),(x_6,x_6),(x_7,x_8)\}$$ where $x_i\neq x_j \forall i \neq j$:
The probability of throwing two 2 of a kind in a row: $$P(X_{1}=X_{2})^2=\frac{1}{6^2}=\frac{1}{36}$$ Then we have $5-1=4$ chances to have two 2 of a kind: $$\sum\limits_{i=1}^4 P(X_{1}=X_{2})^2=\frac{4}{36}$$