document.write( "Question 1208692: A car license plate contains six letters followed by three digits. How many different plates can be made if no two consecutive letters can be the same, if the letters I and O cannot be used, if the number 0 cannot be the first digit, and if the three digits must all be different?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #847102 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "\r\n" );
document.write( "Choose the 1st letter 24 ways. Not I or O\r\n" );
document.write( "Choose the 2nd letter 23 ways. Not I or O or the 1st letter.\r\n" );
document.write( "Choose the 3rd letter 23 ways. Not I or O or the 2nd letter.\r\n" );
document.write( "Choose the 4th letter 23 ways. Not I or O or the 3rd letter.\r\n" );
document.write( "Choose the 5th letter 23 ways. Not I or O or the 4th letter.\r\n" );
document.write( "Choose the 6th letter 23 ways. Not I or O or the 5th letter.\r\n" );
document.write( "Choose the 1st digit 9 ways. Not 0\r\n" );
document.write( "Choose the 2nd digit 9 ways. Can be 0 but not the 1st digit.\r\n" );
document.write( "Choose the 3rd digit 8 ways. Can be 0 but neither the 1st nor the 2nd digit.\r\n" );
document.write( "\r\n" );
document.write( "\"24%2A23%2A23%2A23%2A23%2A23%2A9%2A9%2A8=100098006336\"\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );