document.write( "Question 898069: How could you find the number of different combinations of 6 letters in a computer password
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #544512 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How could you find the number of different combinations of 6 letters in a computer password \n" ); document.write( " ------- \n" ); document.write( "If repetition is allowed:: 26^6 ways \n" ); document.write( "--- \n" ); document.write( "If repetition is not allowed:: 26P6 = 26!/21! = 26*25*24*23*22*21 \n" ); document.write( "------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------------------ \n" ); document.write( " |