document.write( "Question 449244: A standard deck of cards has four suits: hearts, diamonds, clubs, and spades. Each suit has 13 cards composed of: ace, 2, 3, 4, 5, 6, 7, 8, 9, 10, jack, queen, king. Hearts and diamonds are red; clubs and spades are black. If one card id randomly selected,
\n" );
document.write( "a) What is the probability that the card is red, given that the card selected is a heart?
\n" );
document.write( "b) What is the probability that the card selected is neither an ace nor a jack?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #309174 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A standard deck of cards has four suits: hearts, diamonds, clubs, and spades. Each suit has 13 cards composed of: ace, 2, 3, 4, 5, 6, 7, 8, 9, 10, jack, queen, king. Hearts and diamonds are red; clubs and spades are black. If one card is randomly selected, \n" ); document.write( "--------------------------------------------------- \n" ); document.write( "a) What is the probability that the card is red, given that the card selected is a heart? \n" ); document.write( "P(red | heart) = 1 \n" ); document.write( "Why? All hearts are red. \n" ); document.write( "------------------------------------- \n" ); document.write( "b) What is the probability that the card selected is neither an ace nor a jack? \n" ); document.write( "--- \n" ); document.write( "P(not ace and not jack) \n" ); document.write( "There are 4 aces and there are 4 jacks \n" ); document.write( "That leaves 44 cards that are not ace and not jack. \n" ); document.write( "Ans: 44/52 = 11/13 \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |