document.write( "Question 1153693: Compute how many ways you can select n elements from N elements when n=5 and N=20 \n" ); document.write( "
Algebra.Com's Answer #775971 by Boreal(15235) You can put this solution on YOUR website! this is 20C5= \n" ); document.write( "20!/5!15! \n" ); document.write( "20*19*18*17*16*15!/15!5! \n" ); document.write( "This is 20*19*18*17*16/120 \n" ); document.write( "=15,504 ways \n" ); document.write( " |