document.write( "Question 1103979: 3. A certain password consist of 3 different letters of the alphabet where each letter is used only once. How many different possible passwords are there? \n" ); document.write( "
Algebra.Com's Answer #718693 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
3. A certain password consist of 3 different letters of the alphabet where each letter is used only once. How many different possible passwords are there?
\n" ); document.write( "-----------
\n" ); document.write( "If it's not case sensitive, ie, if A is the same as a, there are 26 letters.
\n" ); document.write( "--> 26*25*24
\n" ); document.write( "
\n" ); document.write( "
\n" );