document.write( "Question 90845: Suppose four cards are drawn from a deck of cards. In how many ways can four aces be drawn?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #65964 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Depends on what you mean by \"ways\" \n" ); document.write( "The number of sets of 4 aces is 4C4 = 1 \n" ); document.write( "The number of ways to arrange 4 aces is 4! = 24 \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |