document.write( "Question 92835: A license plate number consists of 1,2 or 3 capital letters followed by 4 digits (ranging from 0 to 9). Some possible care license plate numbers are B1930, C2970, YO4001, DUH2093. HOW MANY PSSIBLE LICENSE PLATE NUMBERS ARE THERE\r
\n" );
document.write( "\n" );
document.write( "a: if repetition of letters and digits is allowed
\n" );
document.write( "b: if repetetion of letters and digits is not allowed \n" );
document.write( "
Algebra.Com's Answer #67566 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A license plate number consists of 1,2 or 3 capital letters followed by 4 digits (ranging from 0 to 9). Some possible care license plate numbers are B1930, C2970, YO4001, DUH2093. HOW MANY PSSIBLE LICENSE PLATE NUMBERS ARE THERE\r \n" ); document.write( "\n" ); document.write( "a: if repetition of letters and digits is allowed \n" ); document.write( "26^3*10^4 = 175,760,000 \n" ); document.write( "----------------------\r \n" ); document.write( "\n" ); document.write( "b: if repetetion of letters and digits is not allowed \n" ); document.write( "26*25*24*10*9*8*7 = 78,624,000\r \n" ); document.write( "\n" ); document.write( "----------------\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |