SOLUTION: A card is drawn from an ordinary deck of cards. What is the probability that the card is a king given that the card is red?
Algebra ->
Probability-and-statistics
-> SOLUTION: A card is drawn from an ordinary deck of cards. What is the probability that the card is a king given that the card is red?
Log On
Question 1156973: A card is drawn from an ordinary deck of cards. What is the probability that the card is a king given that the card is red? Answer by math_helper(2461) (Show Source):
However, if you want to apply Bayes to solve (just to illustrate):
P(A)*P(B|A) = P(B)*P(A|B)
and
P(A) = probability of king drawn = 4/52 = 1/13
P(B) = probability of a red card drawn = 26/52 = 1/2
P(B|A) = probability of a red card given it is a king = 1/2 (2 red kings / 4 kings total)