document.write( "Question 190153: a computer password contains 4 digits followed by 2 letters. Find the number of password possibilities if the first digit cannot be 0 and repetition is permitted. \n" ); document.write( "
Algebra.Com's Answer #142731 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a computer password contains 4 digits followed by 2 letters. Find the number of password possibilities if the first digit cannot be 0 and repetition is permitted. \n" ); document.write( "-------- \n" ); document.write( "1st digit....9 ways \n" ); document.write( "2nd digit....10 ways \n" ); document.write( "3rd digit....10 ways \n" ); document.write( "4th digit....10 ways \n" ); document.write( "1st letter...26 ways \n" ); document.write( "2nd letter...26 ways \n" ); document.write( "------------------------ \n" ); document.write( "Total # of ways: 9*10^3*26^2 = 6,084,000 ways \n" ); document.write( "================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |