document.write( "Question 636117: 9 character password has four numbers (from 1 to 7) followed by two letters (from A to Z) followed by three more numbers (from 1 to 7).\r
\n" );
document.write( "\n" );
document.write( "A) How many different passwords can be formed?\r
\n" );
document.write( "\n" );
document.write( "B) How many different passwords have no repeated letters or numbers?
\n" );
document.write( "would this be 26*7?\r
\n" );
document.write( "\n" );
document.write( "Any help would be greatly appreciated. thank you \n" );
document.write( "
Algebra.Com's Answer #400886 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 9 character password has four numbers (from 1 to 7) followed by two letters (from A to Z) followed by three more numbers (from 1 to 7). \n" ); document.write( "A) How many different passwords can be formed? \n" ); document.write( "Ans: 7^4*26^2*7^3 = 7^7*26^2 = 556715068 \n" ); document.write( "---------------------------------- \n" ); document.write( "B) How many different passwords have no repeated letters or numbers? \n" ); document.write( "Ans: 7*6*5*26*25*4*3*2 = 7!*26*25 = 3276000 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================ \n" ); document.write( " \n" ); document.write( " |