You have a standard deck of cards and randomly take one card away without looking at it and set it aside. What is the probability that you draw the Jack of Hearts from the pile now containing 51 cards?
I'm confused by this question because if the card you removed from the pile was the Jack of Hearts then the probability would be zero so I'm not sure how to calculate it.
Edit: I asked this question about a year ago because I was struggling to get an intuitive understanding of an important concept in probability, and the comments and answers were really helpful for me (especially the one about "no new information being added so the probability doesn't change").
Suppose you don't remove the first card from the pile, but just remember its position, and choose the second card from any of remaining $51$ positions.
This is equivalent to the initial problem, isn't it?
Now, that in turn is equivalent to randomly chosing two positions in a pile and taking one card from the second chosen position.
But in all possible ordered pairs of distinct numbers from the set $\{1,2,\dots 52\}$, each number has exactly the same probability of appearing as the second one in a pair.
This implies you can drop choosing the first position at all — just choose randomly the 'second' position and see if it is the Jack of Hearts there.
This, however, is a simple random selection of a single element from the set, consequently the probability of taking the specific one is $1$ over the number of elements: $\frac 1{52}$.