document.write( "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? \n" ); document.write( "
Algebra.Com's Answer #779761 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! Clearly, 2 red kings out of 26 red cards, so (2/26) = \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "However, if you want to apply Bayes to solve (just to illustrate):\r \n" ); document.write( "\n" ); document.write( "P(A)*P(B|A) = P(B)*P(A|B) \r \n" ); document.write( "\n" ); document.write( "and \n" ); document.write( "P(A) = probability of king drawn = 4/52 = 1/13 \n" ); document.write( "P(B) = probability of a red card drawn = 26/52 = 1/2 \n" ); document.write( "P(B|A) = probability of a red card given it is a king = 1/2 (2 red kings / 4 kings total) \n" ); document.write( "P(A|B) = P(A)*P(B|A) / P(B) = (1/2)(1/13) / (1/2) = 1/13, as above \n" ); document.write( " \n" ); document.write( " |