document.write( "Question 532030: In a particular state, license plates must consist of 3 letters followed by 3 numbers. How many such plates exist if the first letter cannot be a z and the plate contains at least one 4?
\n" );
document.write( "What threw me off is the at least one 4 part. \n" );
document.write( "
Algebra.Com's Answer #350695 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In a particular state, license plates must consist of 3 letters followed by 3 numbers. How many such plates exist if the first letter cannot be a z and the plate contains at least one 4? \n" ); document.write( "-------------------------------- \n" ); document.write( "# of plates = # possible - # with no 4's \n" ); document.write( "---- \n" ); document.write( "# possible = 25*26^2*10^3 = 16900000 \n" ); document.write( "# with no 4's = 25*26^2*9^3 = 12320100 \n" ); document.write( "---- \n" ); document.write( "# of plates = 16900000-12320100 = 4579900 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " |