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)\"\" \"About 
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  \"62%5E6\"     (1)\r\n" );
document.write( "  \r\n" );
document.write( "                                 of the length 7 is  \"62%5E7\"     (2)\r\n" );
document.write( "\r\n" );
document.write( "                                 of the length 8 is  \"62%5E8\"     (3)\r\n" );
document.write( "\r\n" );
document.write( "                                 of the length 6, or 7 or 8  is the sum of number (1), (2) and (3)\r\n" );
document.write( "\r\n" );
document.write( "          N(a) = \"62%5E6\" + \"62%5E7\" + \"62%5E8\".  ANSWER\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "(b) In this case, the total number of symbols is still the same 26+26+10 = 62.\r\n" );
document.write( "\r\n" );
document.write( "    The number of passwords  of the length 6 is  62*61*60*59*58*57         (4)\r\n" );
document.write( "  \r\n" );
document.write( "                             of the length 7 is  62*61*60*59*58*57*56      (5)\r\n" );
document.write( "\r\n" );
document.write( "                             of the length 8 is  62*61*60*59*58*57*56*55   (6)\r\n" );
document.write( "\r\n" );
document.write( "                             of the length 6, or 7 or 8 is the sum of number (4), (5) and (6).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "(c)  To solve (c), subtract from N(a) the number of all possible passwords that do not have \r\n" );
document.write( "     digits in any position\r\n" );
document.write( "\r\n" );
document.write( "        N(c) = N(a) - \"%2852%5E6+%2B+52%5E7+%2B+52%5E8%29\" = \"62%5E6+%2B+62%5E7+%2B+62%5E8\" - \"%2852%5E6+%2B+52%5E7+%2B+52%5E8%29\".\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );