document.write( "Question 1098616: A fisherman has 13 different trout flies. How many different selections of 7 flies each can he make? \n" ); document.write( "
Algebra.Com's Answer #712985 by Alan3354(69443) You can put this solution on YOUR website! A fisherman has 13 different trout flies. How many different selections of 7 flies each can he make? \n" ); document.write( "--------- \n" ); document.write( "Label them A thru M. \n" ); document.write( "The 1st pick is 1 of 13. \n" ); document.write( "then 1 of 12 \n" ); document.write( "Then 1 of 11 \n" ); document.write( "etc \n" ); document.write( "--> 13*12*11*10*9*8*7 \n" ); document.write( "= a big number \n" ); document.write( "---------- \n" ); document.write( "But, choosing A, B, C ... & K is the same as choosing B, K, C, A ... \n" ); document.write( "---> 7*6*5*4*3*2*1 ways to choose any combination. \n" ); document.write( "================ \n" ); document.write( "So the possibilities are 13*12*11*10*9*8*7/(7*6*5*4*3*2*1) \n" ); document.write( "============ \n" ); document.write( "You can calculate that, or use \n" ); document.write( "13!/(13-7)!*7!) \n" ); document.write( "= 1716 ways \n" ); document.write( " \n" ); document.write( " |