Although I have been learning probability theory for a long time, it is the following problem that made me notice the question that when is it an appropriate time to remove the condition of a conditional probability.
The problem is: $X$ and $Y$ are independent exponential random variable with rate $\lambda$ and $\mu$ respectively and let $M = \min(X,Y)$. Try to find $E[MX|M=X]$.
The answer says that $E[MX|M=X] = E[M^2|M=X] = E[M^2] = \frac{2}{(\lambda+\mu)^2}$. I know what is going on about the first and the last equal sign, however, for the second equal sign which connects $E[M^2|M=x]$ and $E[M^2]$, I don't really get it, in fact I used to believe that the only way that you can eliminate a condition is that such a condition is independent with the random variable you are interested.
And in this exercise, it seems like after we have substituted the condition $M = X$ to the rv $MX$, then the condition is not useful anymore. I wander if we can eliminate the condition of an conditional probability once the condition is used.