document.write( "Question 1061007: In a certain country, telephone numbers have 9 digits. The first two digits are the area code, which is always 03. The last 7 digits are the local number. Any digit can be used in the local number. However, the local number must start with any number except 0.How many different telephone numbers are possible within a given area code in this country? \n" ); document.write( "
Algebra.Com's Answer #675860 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 1*1*9*10^6=9*10^6, or 9 million. \n" ); document.write( " |