document.write( "Question 911281: A standard deck of playing cards contains 52 cards (excluding jokers). There are 4 suits (hearts, clubs, diamonds, and spades). Hearts & Diamonds are red while Spades and Clubs are black. Each suit contains ace through 10 with a jack, queen, and king. Answer the following questions regarding a standard deck. Assume you are picking one card at a time. Conditional probabilities have no repetition.\r
\n" );
document.write( "\n" );
document.write( "______ a) P(2) ______ e) P(2⋂3)\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "______ b) P(2⋂Red) ______ f) P(2∪3)
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "______ c) P(2∪Red) ______ g) P(Q│K)*\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "______ d) P(Black) ______ h) P(Q│Q)*
\n" );
document.write( " *Assume previous card has already been picked.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #552992 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! 52 possible cards to chose from:(Some with the same characteristic) \n" ); document.write( "Idea is: Your choice/Total \n" ); document.write( "a) P = 4/52 \n" ); document.write( "b) P = 2/52 \n" ); document.write( "c) P = 4/52 + 26/52 - 2/52 \n" ); document.write( "d) P = = 26/52 \n" ); document.write( "e) P = 0 \n" ); document.write( "f) P = 4/52 + 4/52 \n" ); document.write( "etc..reduce \n" ); document.write( " |