document.write( "Question 1032041: In how many ways can a hand of 4 hearts be chosen from an ordinary deck. \n" ); document.write( "
Algebra.Com's Answer #646738 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! ` \n" ); document.write( "13 hearts choose 4 = 13C4 = (13*12*11*10)/(4*3*2*1) = 715 ways \n" ); document.write( " |