document.write( "Question 15532: I submitted this problem Friday evening and I got no response. I need to know if I'm right or wrong, it's due tomorrow.
\n" );
document.write( "If 10 cards are drawn without replacement from an ordinary deck, find the probability of obtaining exactly 3 aces or exactly 3 kings (or both). I tried
\n" );
document.write( "using (52 choose 10) for the denominator and (10 choose 3)^4 for the numerator(4 for each suite). It seems as though I'm missing something. Please help asap.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #325981 by biplavmehta(3)![]() ![]() ![]() You can put this solution on YOUR website! total no. of cases= 52c10 \n" ); document.write( "if 3ace are selected favorable no. of cases= 4c3*48c7 \n" ); document.write( "if 3kings are selected favorable no. of cases= 4c3*48c7 \n" ); document.write( "if 3ace and 3kings selected favorable no. of cases= 4c3*4c3*46c4\r \n" ); document.write( "\n" ); document.write( "final result= (4c3*48c7 + 4c3*48c7 + 4c3*4c3*46c4) / 52c10 \n" ); document.write( " |