document.write( "Question 1150496: Find the number of automobile license plates where: (a) Each plate contains 2 different letters followed by 3 different
\n" );
document.write( "digits. (b) The first digit cannot be 0. \n" );
document.write( "
Algebra.Com's Answer #771864 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the number of automobile license plates where: (a) Each plate contains 2 different letters followed by 3 different \n" ); document.write( "digits. \n" ); document.write( "------------- \n" ); document.write( "Assuming no lower case: \n" ); document.write( "26*26*10*10*10\r \n" ); document.write( "\n" ); document.write( "==================================== \n" ); document.write( " (b) The first digit cannot be 0. \n" ); document.write( "Assuming no lower case: \n" ); document.write( "26*26*9*10*10 \n" ); document.write( "------------------------------ \n" ); document.write( "Another poorly worded problem. \n" ); document.write( "It should not be necessary to make assumptions. \n" ); document.write( " \n" ); document.write( " |