Probability about a deck of cards. Confused!
The question: Suppose that three cards are drawn from a deck of cards with replacement, what is the probability of getting one or more hearts?
I think of the question as asking P(one heart or two hearts or three hearts), then I find P(one heart) and P(two heart) and finally P(three hearts), then add them up.
Here's what I did:
P(one heart) = (13/52)*(39/52)*(39/52)*3 (because the heart can appear as the second card or the third)
P(two heart) = (13/52)*(13/52)*(39/52)*3 (similar reason)
P(three heart) = (13/52)^3 * 3 (similar reason)
and found ~0.61 chance of getting one or more hearts.
Is that correct? I'm just not sure about what I did.
Thank you!