document.write( "Question 584237: Philippine peso bills are identified by serial numbers containing 8 characters. The first 2
\n" );
document.write( "characters are letters in the English alphabet (in any order) and the last 6 digit are numbers from
\n" );
document.write( "0 to 9.\r
\n" );
document.write( "\n" );
document.write( "a. How many bills can be coded this way?
\n" );
document.write( "b. If each letter and each number can occur only once, how many bills can be coded in
\n" );
document.write( "this way? \n" );
document.write( "
Algebra.Com's Answer #372734 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Philippine peso bills are identified by serial numbers containing 8 characters. The first 2 \n" ); document.write( "characters are letters in the English alphabet (in any order) and the last 6 digit are numbers from \n" ); document.write( "0 to 9. \n" ); document.write( "a. How many bills can be coded this way? \n" ); document.write( "Pattern: LLNNNNNN \n" ); document.write( "Ans: 26*26*10^6 = 676x10^6 \n" ); document.write( "-------------------------------- \n" ); document.write( "b. If each letter and each number can occur only once, how many bills can be coded in this way? \n" ); document.write( "Ans: 26*25*10*9*8*7*6*5 = 98,280,000 \n" ); document.write( "============ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |