document.write( "Question 281279: Three cards are drawn from an ordinary deck of cards one by one without replacement. Find the probability of the following: a) Getting all Jacks b) Getting an Ace, a King and a Queen in order c) Getting an club-a spade and a heart in order d) Getting three clubs. \n" ); document.write( "
Algebra.Com's Answer #204305 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Three cards are drawn from an ordinary deck of cards one by one without replacement. \n" ); document.write( "Find the probability of the following: \n" ); document.write( "a) P(Getting all Jacks) = 4C3/52C3 \n" ); document.write( "------------------------------------------- \n" ); document.write( "b) P(Getting an Ace) = 1-P(no aces) = 1-[48C3/52C3] \n" ); document.write( "------------------------------------------- \n" ); document.write( "a) P(King and a Queen in order) = (4/52)(4/51) \n" ); document.write( "------------------------------------------- \n" ); document.write( "c) P(Getting an club-a spade and a heart in order) = (13/52)(13/39)(13/26) \n" ); document.write( "------------------------------------------- \n" ); document.write( "d) P(Getting three clubs) = 13C3/52C3 \n" ); document.write( "---------------------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |