document.write( "Question 41806: Students are given a list of ten vocabulary words to learn. In how many ways could four of the words be listed on a test? \n" ); document.write( "
Algebra.Com's Answer #26966 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! We say that is \"ten chosen four at a time,\" and can be expressed as 10C4, or \n" ); document.write( "(10!) / [(10-4)!(4!)] = \n" ); document.write( "(10*9*8*7) / (4*3*2*1) = \n" ); document.write( "210 \n" ); document.write( " |