document.write( "Question 1163932: if three cards are selected at random from a standard deck of 52 cards without replacement. find the probability of the following events.
\n" );
document.write( "a. all cards are red
\n" );
document.write( "b. atleast two cards are red
\n" );
document.write( "all cards have the same suit \n" );
document.write( "
Algebra.Com's Answer #788214 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! (26/52)(25/51)(24/50)for the first \n" ); document.write( "this is 1/2*25/51*12/25 \n" ); document.write( "=0.1176 \n" ); document.write( "This is also (26C3)/52C3)\r \n" ); document.write( "\n" ); document.write( "two cards are red at least. \n" ); document.write( "that is 2 or 3. We know 3 \n" ); document.write( "two is 26C2*26C1/52C3 \n" ); document.write( "=0.3824 probability ANSWER \n" ); document.write( "Notice that the sum is 0.5000, and for the same with the colors reversed would be 0.5000\r \n" ); document.write( "\n" ); document.write( "Same suit is 4*13C3/52C3 \n" ); document.write( "this is 0.0518 \n" ); document.write( " \n" ); document.write( " |