document.write( "Question 385417: In how many ways can you select 2 kings and an ace, in that order, from a standard deck of 52 cards? \n" ); document.write( "
Algebra.Com's Answer #272702 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In how many ways can you select 2 kings and an ace, in that order, from a standard deck of 52 cards? \n" ); document.write( "--- \n" ); document.write( "# of ways to select 2 kings: 4C2 = 6 \n" ); document.write( "# of ways to select an ace: 4C1 = 4 \n" ); document.write( "---- \n" ); document.write( "# of ways to 2 kings and 1 ace = 6*4 = 24 \n" ); document.write( "------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |