document.write( "Question 328611: If a state wants each of its license plates to contain any 7 digits, how many different license plates are possible? \n" ); document.write( "
Algebra.Com's Answer #235422 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Choose the first digit 10 ways\r\n" );
document.write( "Choose the second digit 10 ways\r\n" );
document.write( "Choose the third digit 10 ways\r\n" );
document.write( "Choose the fourth digit 10 ways\r\n" );
document.write( "Choose the fifth digit 10 ways\r\n" );
document.write( "Choose the sixth digit 10 ways\r\n" );
document.write( "Choose the seventh digit 10 ways\r\n" );
document.write( "\r\n" );
document.write( "That's \"10%2A10%2A10%2A10%2A10%2A10%2A10+=10%5E7=10000000\" \r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Another way to look at it:\r\n" );
document.write( "\r\n" );
document.write( "The first license would be \r\n" );
document.write( "\r\n" );
document.write( "0,000,000\r\n" );
document.write( "\r\n" );
document.write( "then they go like this:\r\n" );
document.write( "\r\n" );
document.write( "0,000,001\r\n" );
document.write( "0,000,002\r\n" );
document.write( "0,000,003\r\n" );
document.write( "\r\n" );
document.write( "...\r\n" );
document.write( "\r\n" );
document.write( "9,999,997\r\n" );
document.write( "9,999,998\r\n" );
document.write( "9,999,999\r\n" );
document.write( "\r\n" );
document.write( "Counting from 1 to 9,999,999 accounts for 9,999,999\r\n" );
document.write( "and 0,000,000 is one more, so that makes ten million, 10,000,000\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );