document.write( "Question 485446: How many different license plates showing 5 symbols could be made if we require 3 letters followed by 2 digits?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #332015 by chessace(471)![]() ![]() You can put this solution on YOUR website! Independent choices: multiply. \n" ); document.write( "Letters 26, digits 10, so \n" ); document.write( "26^3 10^2 \n" ); document.write( "1,757,600 \n" ); document.write( " |