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