document.write( "Question 1201257: For a magic trick Anna selects 5 cards from a deck and places them on the table in a row. What is the probability that she selects three Aces, followed by Two Kings?\r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #835542 by greenestamps(13334) You can put this solution on YOUR website! \n" ); document.write( "first card: 52 cards; 4 are aces. P(ace first) = 4/52 = 1/13 \n" ); document.write( "second card: 51 cards; 3 aces. P (ace second) = 3/51 = 1/17 \n" ); document.write( "third card: 50 cards; 2 aces. P(ace third) = 2/50 = 1/25 \n" ); document.write( "fourth card: 49 cards; 4 kings. P(king fourth) = 4/49 \n" ); document.write( "fifth card: 48 cards; 3 kings. P(king fifth) = 3/48 = 1/16 \n" ); document.write( "ANSWER: (1/13)(1/17)(1/25)(4/49)(1/16) \n" ); document.write( "Use a calculator.... \n" ); document.write( " \n" ); document.write( " |