document.write( "Question 994943: A single card id dealt from a standard deck of 52 cards. What is the probability that:
\n" );
document.write( "a) the card is a 5 and club?
\n" );
document.write( "b) the card is a diamond or king?
\n" );
document.write( "c) the card is a 5 or a 2?
\n" );
document.write( "d) the card is a 5 and a 2?
\n" );
document.write( "e) the card is a diamond or a picture card?
\n" );
document.write( "f) the card id a diamond and a picture card? \n" );
document.write( "
Algebra.Com's Answer #613847 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A single card id dealt from a standard deck of 52 cards. What is the probability that: \n" ); document.write( "a) the card is a 5 and club? \n" ); document.write( "1/52 \n" ); document.write( "b) the card is a diamond or king? \n" ); document.write( "13/52 + 3/52 = 4/13 \n" ); document.write( "c) the card is a 5 or a 2? \n" ); document.write( "4/52 + 4/52 = 2/13 \n" ); document.write( "d) the card is a 5 and a 2? \n" ); document.write( "Zero. \n" ); document.write( "e) the card is a diamond or a picture card? \n" ); document.write( "13/52 + 9/52 = 11/26 \n" ); document.write( "f) the card id a diamond and a picture card? \n" ); document.write( "3/52 \n" ); document.write( " |