document.write( "Question 266190: How many ways are there of choosing 5 letters, without replacement, from 17 distinct letters, if\r
\n" );
document.write( "\n" );
document.write( " the order of the choices is not taken into consideration?
\n" );
document.write( " the order of the choices is taken into consideration? \n" );
document.write( "
Algebra.Com's Answer #195601 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How many ways are there of choosing 5 letters, without replacement, from 17 distinct letters, if \n" ); document.write( "the order of the choices is not taken into consideration? \n" ); document.write( "Ans: 17C5 = [17!/(17-5)!]/5! = 6188 \n" ); document.write( "--------------------------- \n" ); document.write( "the order of the choices is taken into consideration? \n" ); document.write( "17P5 = 17!/(17-5)! = 17*16*15*14*13 = 742,560 \n" ); document.write( "---------------------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |