document.write( "Question 520202: A company's computer password must consist of 4 letters with no repetition of letters.
\n" );
document.write( "How many possible passwords are there? \n" );
document.write( "
Algebra.Com's Answer #345995 by Alan3354(69443) You can put this solution on YOUR website! A company's computer password must consist of 4 letters with no repetition of letters. \n" ); document.write( "How many possible passwords are there? \n" ); document.write( "------------ \n" ); document.write( "If it's not case sensitive, ie, if a is the same as A, b = B, etc, then it's \n" ); document.write( "26*25*24*23 combinations. \n" ); document.write( "you can multiply that. \n" ); document.write( " \n" ); document.write( " |