document.write( "Question 1200970: A password must be 6, 7, or 8 characters long, and may include capital letters, lower- case letters, or digits. In how many ways could this be done
\n" );
document.write( "A)with no restriction?
\n" );
document.write( "b)with no repetition permitted?
\n" );
document.write( "c)if at least one of the characters in part a) must be a digit?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #835197 by ikleyn(52780)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "A password must be 6, 7, or 8 characters long, and may include capital letters, \n" ); document.write( "lower-case letters, or digits. In how many ways could this be done \n" ); document.write( "(a) with no restriction? \n" ); document.write( "(b) with no repetition permitted? \n" ); document.write( "(c) if at least one of the characters in part a) must be a digit? \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "(a) In this case, the total number of symbols is 26+26+10 = 62.\r\n" ); document.write( "\r\n" ); document.write( " Each of these 62 symbols can be in any position, independently.\r\n" ); document.write( "\r\n" ); document.write( " So, the number of passwords of the length 6 is\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |