Conditional Probability with combinatorics

dmpiq
Messages
2
Reaction score
0
If a hand of 5 cards are dealt from a 52 card pack (order doesn't matter), what is the probability that the hand will contain the ace of spades GIVEN that there is at least one ace?

Thanks.
 
Physics news on Phys.org
I am not certain of my sol'n , but this is what I think :


Let E represent the event that "In a hand of 5 cards from a 52 card pack (order doesn't matter), that the hand will contain the ace of spades GIVEN that there is at least one ace in the hand"

Let P(E) represent the probability that event E happens

Now since I donno how to use the Latex formatting , I am goin to use C(n,k) to represent the no of ways to select k things from a collection of n things.

i.e. C(n,k) = n! / { ( n-k)! * k! }

Now ,

P(E) = P(E given there is exactly one ace ) * P( there is exactly one ace given there is at least one ace)
+
P(E given there are exactly 2 aces ) * P( there are exactly 2 aces given there is at least one ace)
+
P(E given there are exactly 3 aces ) * P( there are exactly 3 aces given there is at least one ace)
+
P(E given there are exactly 4 aces ) * P( there are exactly 4 aces given there is at least one ace)


Now ,
P(E given there is exactly one ace ) = 1/4
P( there is exactly one ace given there is at least one ace) = C(3,0) * C(48,4) / C(51,4)




Similarly ,

P(E given there are exactly 2 aces ) = 2/4
P( there is exactly one ace given there is at least one ace) = c(3,1) * C(48,3) / C(51,4)

and so on ,

Thus :

P(E) = (1/4) * { C(3,0) * C(48,4) / C(51,4) } + (2/4) * { C(3,1) * C(48,3) / C(51,4) }

+ (3/4) * { C(3,2) * C(48,1) / C(51,4) } + (4/4) * { C(3,3) * C(48,0) / C(51,4) }
 
srijithu, your approach appears to be reasonable (although dmpiq said it was a 5 card hand not a 4 card hand). However, the problem isn't that complicated.

Let A = the event that there is at least once ace, and B = the event that there is the ace of spaces.
P(B|A) = P(A and B) / P(A)
Now, P(A and B) = P(B) since there is no way to get the ace of spaces without getting at least one ace. So we really just want P(B) / P(A).
P(B) = C(51,4) / C(52,5)
P(A) = 1 - P(zero aces) = 1 - C(48,5)/C(52,5)
P(B|A) = C(51,4)/(C(52,5)*(1-C(48,5) / C(52,5)))
 
Last edited:
Thanks for the replies, but isn't Pr(A and B) = Pr(B) if A is the event 'exactly one ace'? Here, it is at least one ace, so there can be 1 - 4 aces, but the ace of spades always has to be in the hand. Thus, the possible combinations can be:

Ace of Spades x another 4 cards
Ace of Spades x Ace of Hearts x Another 3 cards
Ace of Spades x Ace of Hearts x Ace of Diamonds x Another 2 cards
Ace of Spades x Ace of Hearts x Ace of Diamonds x Ace of of Clubs x Another card

Is this algorithm/method correct? Thanks.
 
To reiterate:
A = at least once ace
B = the ace of spades
P(A and B) = P(B). Why? Well, suppose your hand has the ace of spades. Then, it has the ace of spades and has at least one ace. Conversely, suppose your hand has the ace of spades and has at least one ace. Then, it has the ace of spades. So the event "B" happens if and only if the event "A and B" happens, so "B" and "A and B" are the same event, so P(A and B) = P(B).

Ah, I just realized I had a brain fart in my last post (not related to the above conceptual issue)... fixed
 
Last edited:
Namaste & G'day Postulate: A strongly-knit team wins on average over a less knit one Fundamentals: - Two teams face off with 4 players each - A polo team consists of players that each have assigned to them a measure of their ability (called a "Handicap" - 10 is highest, -2 lowest) I attempted to measure close-knitness of a team in terms of standard deviation (SD) of handicaps of the players. Failure: It turns out that, more often than, a team with a higher SD wins. In my language, that...
Hi all, I've been a roulette player for more than 10 years (although I took time off here and there) and it's only now that I'm trying to understand the physics of the game. Basically my strategy in roulette is to divide the wheel roughly into two halves (let's call them A and B). My theory is that in roulette there will invariably be variance. In other words, if A comes up 5 times in a row, B will be due to come up soon. However I have been proven wrong many times, and I have seen some...

Similar threads

Back
Top