document.write( "Question 678497: 2. if each card in a standard 52 card deck of playing cards has the same probability of being drawn, give the probability of drawing the following cards.
\n" );
document.write( "a) a black king
\n" );
document.write( "b) an even numbered red card
\n" );
document.write( "c) 3 consecutive queens
\n" );
document.write( "d) 2 cards of the same suit (i.e2 diamonds or 2 hearts or two clubs or 2 spades)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #421481 by stanbon(75887) ![]() You can put this solution on YOUR website! 2. if each card in a standard 52 card deck of playing cards has the same probability of being drawn, give the probability of drawing the following cards. \n" ); document.write( "a) P(a black king) = 2/52 = 1/26 \n" ); document.write( "-------------------------------------- \n" ); document.write( "b) P(an even numbered red card) = 10/52 = 5/26 \n" ); document.write( "-------------------------------------- \n" ); document.write( "c) 3 consecutive queens \n" ); document.write( "I have no idea what consecutive queens are. \n" ); document.write( "-------------------------------------- \n" ); document.write( "d) P(2 cards of the same suit) = [4*13C2/52C2] = 4*78/52C2 = 0.2353 \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " \n" ); document.write( " |