document.write( "Question 890306: Hello,
\n" );
document.write( "Please tell me the solution of this:\r
\n" );
document.write( "\n" );
document.write( "Q1)4 cards are drawn at random from a pack of cards then find the probability that
\n" );
document.write( "i)One card is from each suit
\n" );
document.write( "ii)All 4 are picture cards ( a king, a queen, a jack, an ace)\r
\n" );
document.write( "\n" );
document.write( "Regards
\n" );
document.write( "Gargi \n" );
document.write( "
Algebra.Com's Answer #538882 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! Both problems involve drawing cards without replacement. \n" ); document.write( "i. Probability that one card is from each suit is \n" ); document.write( "(note that there are 13 cards in each suit) \n" ); document.write( "13/52 * 13/51 * 13/50 * 13/49 = 0.004395758 \n" ); document.write( "ii. Probability that all 4 are picture cards is \n" ); document.write( "(note that there are 4 aces, 4 kings, 4 queens, 4 jacks) \n" ); document.write( "4/52 * 4/51 * 4/50 * 4/49 = 0.0000394\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |