document.write( "Question 1208471: One of the educational sites on the Internet requires the creation of
\n" ); document.write( "User account protected with 8 characters password
\n" ); document.write( "Different Choose from letters: A, B, C, D, E, F
\n" ); document.write( "And numbers: 6 , 5 , 4 , 3 , 2 , 1, find the number of passwords that
\n" ); document.write( "They can be created in the following cases:
\n" ); document.write( "The password contains 4 numbers and 4 letters combined together
\n" ); document.write( "

Algebra.Com's Answer #846901 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "\"... 4 numbers and 4 letters combined together\" implies that any of the 8 characters chosen could be in any of the 8 positions. So...

\n" ); document.write( "(1) Choose 4 of the 6 letters in C(6,4) = 15 ways
\n" ); document.write( "(2) Choose 4 of the 6 digits in C(6,4) = 15 ways
\n" ); document.write( "(3) Order the 8 characters in 8! = 40320 ways

\n" ); document.write( "Number of different passwords: 15*15*40320 = 9072000

\n" ); document.write( "ANSWER: 9072000

\n" ); document.write( "
\n" ); document.write( "
\n" );