Draw 6 cards from a deck without replacement What is the pro
Draw 6 cards from a deck without replacement.
What is the probability of getting two hearts?
Solution
the problem said that is without replacement so we are going to use permutation
Probability = event / total
total = 52P6
event = 13P6
Probability = 13P6 / 52P6 = 0.000084289
