document.write( "Question 195217: A card is selected from a deck of 52 playing cards. Find the probability of selecting\r
\n" );
document.write( "\n" );
document.write( " a) a seven given the card is a not a face card. (An ace is not a face card.)
\n" );
document.write( " b) a spade given the card is red. \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #146451 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A card is selected from a deck of 52 playing cards. Find the probability of selecting \n" ); document.write( "a) a seven given the card is a not a face card. (An ace is not a face card.) \n" ); document.write( "# of face cards = 12 \n" ); document.write( "# of not face = 40 \n" ); document.write( "# of 7's = 4 \n" ); document.write( "# of 7's that are not face cards 4 \n" ); document.write( "P(7 | not face) = 4/40 = 1/10 \n" ); document.write( "------------------------------------------ \n" ); document.write( "b) a spade given the card is red. \n" ); document.write( "# of red cards = 26 \n" ); document.write( "# of spades = 13 \n" ); document.write( "# of spades that are red = 0 \n" ); document.write( "P(spade | red) = 0/26 = 0 \n" ); document.write( "==================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |