document.write( "Question 362370: A five character password consists of one letter from the word HELP, followed by four digits which may be 1, 2, 3, 4. If the digits may be used more than once, how many more passwords can be made than if the numbers are used only once? \n" ); document.write( "
Algebra.Com's Answer #258278 by sudhanshu_kmr(1152)\"\" \"About 
You can put this solution on YOUR website!
no. of ways to select one letter for first place= 4\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "case 1: if numbers are used only once.\r
\n" ); document.write( "\n" ); document.write( " no. of ways to arrange last four digit = 4!
\n" ); document.write( "
\n" ); document.write( " total no. of password possible = 4 * 4! = 96 \r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "case 2: if numbers can be repeated
\n" ); document.write( "
\n" ); document.write( " no. of ways to arrange last four digit= 4^4 = 256 \r
\n" ); document.write( "\n" ); document.write( "total no. of password possible = 4* 256 = 1024 \r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "so, (1024 - 96 ) = 928 more passwords possible.....\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "It is possible that some typing mistake in solution of a problem, if any please ignore it. Understand the concept and try to solve the problem yourself. If there is problem related to concept, contact at
\n" ); document.write( "sudhanshu.cochin@yahoo.com or sudhanshu.cochin@gmail.com
\n" ); document.write( "Best of luck....... \r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );