document.write( "Question 134751: the telephone extensions at a company use 4 digits\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "a. how many extensions are possible if there no restrictions?
\n" );
document.write( "b. how mant extensions are possible if the first digit cannot be 0 or 9?
\n" );
document.write( "c. how many extensions are possible if the first digit can only be 1? \n" );
document.write( "
Algebra.Com's Answer #98582 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! 10^4=10,000 POSSIBLE 4 DIGIT EXTENSIONS. \n" ); document.write( "8*10^3=8,000 POSSIBLE EXTENSIONS WITHOUT A 0 OR 9 AS THE FIRST DIGIT. \n" ); document.write( "1*10^3=1,000 POSSIBLE EXTENSIONS BEGINNING WITH A 1. \n" ); document.write( " |