$X \in \mathbb{R}$ is the number of coin tosses it takes to get the first head.
Question: find the probability of getting the first head at an even number of tosses.
Official solution: $P(X_{even}) = \frac{1}{2^{2}} + \frac{1}{2^{4}} + ... = \frac{1}{3}$ (sum of a geometric progression).
Why is this not correct solution: $P(X)=1$; $X_{odd} = X_{even}$; $P(X_{even})=\frac{n(X_{even})}{n(X)}=\frac{1}{2}$
Because $X_{\rm odd} \ne X_{\rm even}$. The most probable result is to get a head with the first toss (we have $P(X = 1) = \frac 12$), and $1$ is odd.