document.write( "Question 645996: alvin community college's identification number consist of a letter followed by four digits.how many different identification numbers are possible if repetition is not permitted
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #405838 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! alvin community college's identification number consist of a letter followed by four digits.how many different identification numbers are possible if repetition is not permitted \n" ); document.write( "----- \n" ); document.write( "Pattern: LDDDD \n" ); document.write( "L in 26 ways \n" ); document.write( "D in 10 ways \n" ); document.write( "D in 9 ways \n" ); document.write( "D in 8 ways \n" ); document.write( "D in 7 ways \n" ); document.write( "================== \n" ); document.write( "Total ID numbers: 26*10*9*8*7 = 131,040 \n" ); document.write( "====================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |