document.write( "Question 1098513: A car license plate contains four letters followed by three digits. How many different plates can be made if no two adjacent letters can be the same, if the letter I cannot be one of the letters, and if the first of the three digits cannot be the number 0 \n" ); document.write( "
Algebra.Com's Answer #712895 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
25*24*24*24*9*10*10=311,040,000
\n" ); document.write( "This allows for any of the 25 other letters to be chosen first, and then the second letter can't be the one before it,so there are 24 choices for that, same for third and fourth.
\n" ); document.write( "
\n" );