Suppose I have a deck of 26 black and 26 red cards. I randomly choose 26 cards from this deck and I look at the first two cards. What is the probability that both cards are black?
I think the probability is $$ \frac{1}{2}\frac{25}{51} = \frac{25}{102}$$ since we are choosing 26 cards randomly and this is equivalent to having a total deck. Is my reasoning correct?
wrong there are two cases
first, withdrawing with replacement will be 26/52*26/52=0.25
Secondly, withdrawing without replacement will be 26/52*25/51=0.245