document.write( "Question 856341: Four cards are drawn from a pack of 52 cards. What is the probability that a card from each of the four suits is obtained?\r
\n" );
document.write( "\n" );
document.write( "I have the following:
\n" );
document.write( "13/52 (probability of 1st card of 1 suit) x 12/51 (probability of 2nd card from same suit) x 11/50 (prob. 3rd card from same suit) x 10/49 (prob. of 4th card from same suit) = 11/4165 [No. of desired outcomes]
\n" );
document.write( "I divided this by 52C4 [No. of possible outcomes] to get answer: 9.755 x 10 to power of -9\r
\n" );
document.write( "\n" );
document.write( "Can you advise on my method please?
\n" );
document.write( "Thanking you. \n" );
document.write( "
Algebra.Com's Answer #515923 by edjones(8007)![]() ![]() You can put this solution on YOUR website! The probability of the first card is 1 (any one will do). \n" ); document.write( "Card 2 probability is 3*13/51 = 13/17. \n" ); document.write( "Card 3 probability is 2*13/50 = 13/25. \n" ); document.write( "Card 4 probability is 13/49 = 13/49 \n" ); document.write( ". \n" ); document.write( "13^3/(17*25*49) \n" ); document.write( "=2197/20825 \n" ); document.write( "=~ 0.1055 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |