document.write( "Question 774135: How could you find the number of different arrangements of 6 letters in a computer password? \n" ); document.write( "
Algebra.Com's Answer #472064 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How could you find the number of different arrangements of 6 letters in a computer password? \n" ); document.write( "----------------- \n" ); document.write( "If A to Z is allowed, that's 26 possiblities for each of the 6 \n" ); document.write( "--> 26^6 \n" ); document.write( "================= \n" ); document.write( "If it's case sensitive, then it's 52^6 \n" ); document.write( " \n" ); document.write( " |