document.write( "Question 1044275: 5. Phone numbers in France are 8 digits long, plus a 2 digit area code. They are in the format\r
\n" ); document.write( "\n" ); document.write( "AB-CDDD-XXXX\r
\n" ); document.write( "\n" ); document.write( "A can be any number 2-9.
\n" ); document.write( "B can be any number 1-9.
\n" ); document.write( "C can be any number 3-9
\n" ); document.write( "D can be any number 0-9.
\n" ); document.write( "X can be any number 0-9.
\n" ); document.write( "How many numbers can the French have?\r
\n" ); document.write( "\n" ); document.write( " \r
\n" ); document.write( "\n" ); document.write( "How many numbers can the French have?
\n" ); document.write( "

Algebra.Com's Answer #659554 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
8 choices for A (*not* 7!)
\n" ); document.write( "9 choices for B
\n" ); document.write( "7 choices for C
\n" ); document.write( "10 choices for D
\n" ); document.write( "10 choices for X\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Once A, B, C, D, X are picked, the number is determined. Also, every choice of (A,B,C,D,X) gives a unique number.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "# of possible numbers = 8*9*7*10*10
\n" ); document.write( "
\n" );