document.write( "Question 824385: when three cards are selected from a deck of cards, what is the probability that all the selected cards are diamonds? \n" ); document.write( "
Algebra.Com's Answer #496416 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! when three cards are selected from a deck of cards, what is the probability that all the selected cards are diamonds? \n" ); document.write( "--------------- \n" ); document.write( "The 1st is 13/52 = 1/4 \n" ); document.write( "2nd is 12/51 = 4/17 \n" ); document.write( "3rd is 11/50 \n" ); document.write( "1*4*11/(4*17*50) = 11/850 \n" ); document.write( " |